]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
Sync up userspace headers for osyncisosync change
authorEric Sandeen <sandeen@sgi.com>
Fri, 15 Feb 2002 23:06:21 +0000 (23:06 +0000)
committerEric Sandeen <sandeen@sgi.com>
Fri, 15 Feb 2002 23:06:21 +0000 (23:06 +0000)
include/xfs_mount.h

index 11b8f32377ac3e8398d98c3dbfc74bdb4222cf61..8b6bed30e85b112cd0a3d0351ee37cbf1d43d3ba 100644 (file)
@@ -343,7 +343,8 @@ typedef struct xfs_mount {
 #define XFS_MOUNT_NORECOVERY           0x00000400      /* no recovery - dirty fs */
 #define XFS_MOUNT_SHARED       0x00000800      /* shared mount */
 #define XFS_MOUNT_DFLT_IOSIZE          0x00001000      /* set default i/o size */
-#define XFS_MOUNT_OSYNCISDSYNC         0x00002000      /* treat o_sync like o_dsync */
+#define XFS_MOUNT_OSYNCISOSYNC         0x00002000      /* o_sync is REALLY o_sync */
+                                               /* osyncisdsync is now default*/
 #define XFS_MOUNT_NOUUID       0x00004000      /* ignore uuid during mount */
 #define XFS_MOUNT_32BITINODES  0x00008000      /* do not create inodes above
                                                 * 32 bits in size */