diff options
Diffstat (limited to 'fs/xfs/xfs_mount.h')
-rw-r--r-- | fs/xfs/xfs_mount.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/xfs/xfs_mount.h b/fs/xfs/xfs_mount.h index 52d8da23366b..5dbc6f72d988 100644 --- a/fs/xfs/xfs_mount.h +++ b/fs/xfs/xfs_mount.h | |||
@@ -380,8 +380,8 @@ typedef struct xfs_mount { | |||
380 | * Synchronous read and write sizes. This should be | 380 | * Synchronous read and write sizes. This should be |
381 | * better for NFSv2 wsync filesystems. | 381 | * better for NFSv2 wsync filesystems. |
382 | */ | 382 | */ |
383 | #define XFS_WSYNC_READIO_LOG 15 /* 32K */ | 383 | #define XFS_WSYNC_READIO_LOG 15 /* 32k */ |
384 | #define XFS_WSYNC_WRITEIO_LOG 14 /* 16K */ | 384 | #define XFS_WSYNC_WRITEIO_LOG 14 /* 16k */ |
385 | 385 | ||
386 | /* | 386 | /* |
387 | * Allow large block sizes to be reported to userspace programs if the | 387 | * Allow large block sizes to be reported to userspace programs if the |