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

xfs: fix the comment of xfs_extent_busy_update_extent()

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 8b4ad79c
...@@ -147,7 +147,7 @@ xfs_extent_busy_search( ...@@ -147,7 +147,7 @@ xfs_extent_busy_search(
* extent. If the overlap covers the beginning, the end, or all of the busy * extent. If the overlap covers the beginning, the end, or all of the busy
* extent, the overlapping portion can be made unbusy and used for the * extent, the overlapping portion can be made unbusy and used for the
* allocation. We can't split a busy extent because we can't modify a * allocation. We can't split a busy extent because we can't modify a
* transaction/CIL context busy list, but we can update an entries block * transaction/CIL context busy list, but we can update an entry's block
* number or length. * number or length.
* *
* Returns true if the extent can safely be reused, or false if the search * Returns true if the extent can safely be reused, or false if the search
......
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