[PATCH 04/12] xfs: fix the comment of xfs_bmap_punch_delalloc_range()

zwu.kernel at gmail.com zwu.kernel at gmail.com
Sun Aug 11 22:14:55 CDT 2013


From: Zhi Yong Wu <wuzhy at linux.vnet.ibm.com>

Signed-off-by: Zhi Yong Wu <wuzhy at linux.vnet.ibm.com>
---
 fs/xfs/xfs_bmap.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/xfs/xfs_bmap.c b/fs/xfs/xfs_bmap.c
index 0a838a3..1d077c2 100644
--- a/fs/xfs/xfs_bmap.c
+++ b/fs/xfs/xfs_bmap.c
@@ -6074,7 +6074,7 @@ xfs_getbmap(
 /*
  * 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
- * 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
  * them, so it is up to the caller to ensure that partial blocks are not
  * passed in.
-- 
1.7.11.7



More information about the xfs mailing list