浏览代码

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>
Zhi Yong Wu 12 年之前
父节点
当前提交
0b8182dba6
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      fs/xfs/xfs_inode.c

+ 1 - 1
fs/xfs/xfs_inode.c

@@ -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
  * inodes that are in memory - they all must be marked stale and attached to
  * the cluster buffer.
  * the cluster buffer.
  */
  */