xfs: fix the comment of xfs_ifree_cluster()

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>
This commit is contained in:
Zhi Yong Wu 2013-08-12 03:14:59 +00:00 committed by Ben Myers
parent 2f21ff1cca
commit 0b8182dba6
1 changed files with 1 additions and 1 deletions

View File

@ -2095,7 +2095,7 @@ xfs_iunlink_remove(
}
/*
* A big issue when freeing the inode cluster is is that we _cannot_ skip any
* A big issue when freeing the inode cluster is that we _cannot_ skip any
* inodes that are in memory - they all must be marked stale and attached to
* the cluster buffer.
*/