diff options
author | Zhi Yong Wu <wuzhy@linux.vnet.ibm.com> | 2013-08-11 23:14:53 -0400 |
---|---|---|
committer | Ben Myers <bpm@sgi.com> | 2013-08-20 16:35:55 -0400 |
commit | a97f4df7b5c0bac497deb6135c9d94810c8f771f (patch) | |
tree | 357d48ed0f297b4a41f8c5e8254dbe2fb70d76bf /fs/xfs | |
parent | 8be11e92b60b6f333c931d4c855e935d67649e80 (diff) |
xfs: fix the comment of xfs_bmap_validate_ret()
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/xfs')
-rw-r--r-- | fs/xfs/xfs_bmap.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/xfs/xfs_bmap.c b/fs/xfs/xfs_bmap.c index 6c2d89eedb83..04a3f41265b1 100644 --- a/fs/xfs/xfs_bmap.c +++ b/fs/xfs/xfs_bmap.c | |||
@@ -545,8 +545,8 @@ xfs_bmap_trace_exlist( | |||
545 | 545 | ||
546 | /* | 546 | /* |
547 | * Validate that the bmbt_irecs being returned from bmapi are valid | 547 | * Validate that the bmbt_irecs being returned from bmapi are valid |
548 | * given the callers original parameters. Specifically check the | 548 | * given the caller's original parameters. Specifically check the |
549 | * ranges of the returned irecs to ensure that they only extent beyond | 549 | * ranges of the returned irecs to ensure that they only extend beyond |
550 | * the given parameters if the XFS_BMAPI_ENTIRE flag was set. | 550 | * the given parameters if the XFS_BMAPI_ENTIRE flag was set. |
551 | */ | 551 | */ |
552 | STATIC void | 552 | STATIC void |