From: Mark Huang Date: Mon, 6 Jun 2005 14:33:02 +0000 (+0000) Subject: - merge revision 1.6 X-Git-Tag: after-2_6_10-1_14_FC2-patch~4 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=174e844aed631787d739da90afb7503a3289cd68;p=linux-2.6.git - merge revision 1.6 date: 2005/06/06 02:43:03; author: mef; state: Exp; lines: +2 -2 Barrier bit was not included in set of user modifiable set of FS bits. --- diff --git a/include/linux/ext2_fs.h b/include/linux/ext2_fs.h index a9858024b..12788c896 100644 --- a/include/linux/ext2_fs.h +++ b/include/linux/ext2_fs.h @@ -197,8 +197,8 @@ struct ext2_group_desc #define EXT2_RESERVED_FL 0x80000000 /* reserved for ext2 lib */ #ifdef CONFIG_VSERVER_LEGACY -#define EXT2_FL_USER_VISIBLE 0x0803DFFF /* User visible flags */ -#define EXT2_FL_USER_MODIFIABLE 0x080380FF /* User modifiable flags */ +#define EXT2_FL_USER_VISIBLE 0x0C03DFFF /* User visible flags */ +#define EXT2_FL_USER_MODIFIABLE 0x0C0380FF /* User modifiable flags */ #else #define EXT2_FL_USER_VISIBLE 0x0003DFFF /* User visible flags */ #define EXT2_FL_USER_MODIFIABLE 0x000380FF /* User modifiable flags */