xfs
[Top] [All Lists]

Re: #define PF_FSTRANS

To: Seung-young Oh <so1713@xxxxxxxxx>
Subject: Re: #define PF_FSTRANS
From: Eric Sandeen <sandeen@xxxxxxx>
Date: 18 Oct 2002 11:33:14 -0500
Cc: linux-xfs@xxxxxxxxxxx
In-reply-to: <1034958328.2032.13.camel@wideangle.nameip.net>
References: <1034958328.2032.13.camel@wideangle.nameip.net>
Sender: linux-xfs-bounce@xxxxxxxxxxx
You should not need to change anything else, just make sure all of the
PF_* flag values are unique, and < 32 bits.

What are you merging?  :)

-Eric

On Fri, 2002-10-18 at 11:25, Seung-young Oh wrote:
> Hello,
> For XFS 1.1, If I were to change in 'include/linux/sched.h' from;
> 
> +#define PF_FSTRANS     0x00008000      /* inside a filesystem
> transaction */
> 
> to;
> 
> +#define PF_FSTRANS     0x00080000      /* inside a filesystem
> transaction */
> 
> then, where else should I adjust to meet this change I made?
> Enlighten me, please. Thank you.
> -- 
> We Make the Net Work
> 
-- 
Eric Sandeen      XFS for Linux     http://oss.sgi.com/projects/xfs
sandeen@xxxxxxx   SGI, Inc.         651-683-3102


<Prev in Thread] Current Thread [Next in Thread>