diff options
author | Zhi Yong Wu <wuzhy@linux.vnet.ibm.com> | 2013-08-11 23:14:55 -0400 |
---|---|---|
committer | Ben Myers <bpm@sgi.com> | 2013-08-20 16:40:16 -0400 |
commit | ad4809bf221bd115ecc38e8a799d2bd74817a6cb (patch) | |
tree | 9f61f1069d2e6149ea59828694b939034f361ad6 /fs/xfs | |
parent | 02bb4873db4394d6320aca85996353b4f6ba9ac9 (diff) |
xfs: fix the comment of xfs_bmap_punch_delalloc_range()
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_util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_bmap_util.c b/fs/xfs/xfs_bmap_util.c index b6815916412f..541d59f5e658 100644 --- a/fs/xfs/xfs_bmap_util.c +++ b/fs/xfs/xfs_bmap_util.c | |||
@@ -764,7 +764,7 @@ xfs_getbmap( | |||
764 | /* | 764 | /* |
765 | * dead simple method of punching delalyed allocation blocks from a range in | 765 | * dead simple method of punching delalyed allocation blocks from a range in |
766 | * the inode. Walks a block at a time so will be slow, but is only executed in | 766 | * the inode. Walks a block at a time so will be slow, but is only executed in |
767 | * rare error cases so the overhead is not critical. This will alays punch out | 767 | * rare error cases so the overhead is not critical. This will always punch out |
768 | * both the start and end blocks, even if the ranges only partially overlap | 768 | * both the start and end blocks, even if the ranges only partially overlap |
769 | * them, so it is up to the caller to ensure that partial blocks are not | 769 | * them, so it is up to the caller to ensure that partial blocks are not |
770 | * passed in. | 770 | * passed in. |