Commit a97f4df7 authored by Zhi Yong Wu's avatar Zhi Yong Wu Committed by Ben Myers

xfs: fix the comment of xfs_bmap_validate_ret()

Signed-off-by: default avatarZhi Yong Wu <wuzhy@linux.vnet.ibm.com>
Reviewed-by: default avatarMark Tinguely <tinguely@sgi.com>
Signed-off-by: default avatarBen Myers <bpm@sgi.com>
parent 8be11e92
...@@ -545,8 +545,8 @@ xfs_bmap_trace_exlist( ...@@ -545,8 +545,8 @@ xfs_bmap_trace_exlist(
/* /*
* Validate that the bmbt_irecs being returned from bmapi are valid * Validate that the bmbt_irecs being returned from bmapi are valid
* given the callers original parameters. Specifically check the * given the caller's original parameters. Specifically check the
* ranges of the returned irecs to ensure that they only extent beyond * ranges of the returned irecs to ensure that they only extend beyond
* the given parameters if the XFS_BMAPI_ENTIRE flag was set. * the given parameters if the XFS_BMAPI_ENTIRE flag was set.
*/ */
STATIC void STATIC void
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment