Whamcloud - gitweb
Branch HEAD
[fs/lustre-release.git] / lustre / kernel_patches / patches / ext3-patch-fuzz-fixup-fc3.patch
1 Index: uml/include/linux/ext3_fs.h
2 ===================================================================
3 --- uml.orig/include/linux/ext3_fs.h    2004-12-24 16:34:58.000000000 -0500
4 +++ uml/include/linux/ext3_fs.h 2005-04-15 00:10:56.220649968 -0400
5 @@ -353,8 +353,8 @@
6  #define EXT3_MOUNT_NO_UID32            0x02000  /* Disable 32-bit UIDs */
7  #define EXT3_MOUNT_XATTR_USER          0x04000 /* Extended user attributes */
8  #define EXT3_MOUNT_POSIX_ACL           0x08000 /* POSIX Access Control Lists */
9 -#define EXT3_MOUNT_RESERVATION         0x10000 /* Preallocation */
10 -#define EXT3_MOUNT_BARRIER             0x20000 /* Use block barriers */
11 +#define EXT3_MOUNT_BARRIER             0x10000 /* Use block barriers */
12 +#define EXT3_MOUNT_RESERVATION         0x20000 /* Preallocation */
13  
14  /* Compatibility, for having both ext2_fs.h and ext3_fs.h included at once */
15  #ifndef _LINUX_EXT2_FS_H