diff options
author | Malcolm Parsons <malcolm.parsons@gmail.com> | 2009-03-29 03:55:42 -0400 |
---|---|---|
committer | Christoph Hellwig <hch@brick.lst.de> | 2009-03-29 03:55:42 -0400 |
commit | 9da096fd13e63031662566e5e868ec3dcc70824e (patch) | |
tree | 43347fa31b3a09ee2d9ef69ee61bb04838426da9 /fs/xfs/xfs_mount.h | |
parent | bddaafa11a549fff311bcf2e04bbfb5139812cb7 (diff) |
xfs: fix various typos
Signed-off-by: Malcolm Parsons <malcolm.parsons@gmail.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
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 |