diff options
author | Zhi Yong Wu <wuzhy@linux.vnet.ibm.com> | 2013-08-12 03:14:56 +0000 |
---|---|---|
committer | Ben Myers <bpm@sgi.com> | 2013-08-20 15:40:39 -0500 |
commit | 8b4ad79cc68261cc51acd266df4b8680c1a55588 (patch) | |
tree | 8c0f90987b9b5d225ce5f949b6ed63496277e861 /fs | |
parent | ad4809bf221bd115ecc38e8a799d2bd74817a6cb (diff) | |
download | blackbird-op-linux-8b4ad79cc68261cc51acd266df4b8680c1a55588.tar.gz blackbird-op-linux-8b4ad79cc68261cc51acd266df4b8680c1a55588.zip |
xfs: fix the comment of xfs_setsize_buftarg_early()
Signed-off-by: Zhi Yong Wu <wuzhy@linux.vnet.ibm.com>
Reviewed-by: Mark Tinguely <tinguely@sgi.com>
Signed-off-by: Ben Myers <bpm@sgi.com>
Diffstat (limited to 'fs')
-rw-r--r-- | fs/xfs/xfs_buf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_buf.c b/fs/xfs/xfs_buf.c index 118ce71d00d2..c06823fe10d3 100644 --- a/fs/xfs/xfs_buf.c +++ b/fs/xfs/xfs_buf.c @@ -1622,7 +1622,7 @@ xfs_setsize_buftarg_flags( /* * When allocating the initial buffer target we have not yet * read in the superblock, so don't know what sized sectors - * are being used is at this early stage. Play safe. + * are being used at this early stage. Play safe. */ STATIC int xfs_setsize_buftarg_early( |