Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ad4809bf authored by Zhi Yong Wu's avatar Zhi Yong Wu Committed by Ben Myers
Browse files

xfs: fix the comment of xfs_bmap_punch_delalloc_range()



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 02bb4873
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -764,7 +764,7 @@ xfs_getbmap(
/*
/*
 * dead simple method of punching delalyed allocation blocks from a range in
 * dead simple method of punching delalyed allocation blocks from a range in
 * the inode. Walks a block at a time so will be slow, but is only executed in
 * the inode. Walks a block at a time so will be slow, but is only executed in
 * rare error cases so the overhead is not critical. This will alays punch out
 * rare error cases so the overhead is not critical. This will always punch out
 * both the start and end blocks, even if the ranges only partially overlap
 * both the start and end blocks, even if the ranges only partially overlap
 * them, so it is up to the caller to ensure that partial blocks are not
 * them, so it is up to the caller to ensure that partial blocks are not
 * passed in.
 * passed in.