projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f21ff1
)
xfs: fix the comment of xfs_ifree_cluster()
author
Zhi Yong Wu
<wuzhy@linux.vnet.ibm.com>
Mon, 12 Aug 2013 03:14:59 +0000
(
03:14
+0000)
committer
Ben Myers
<bpm@sgi.com>
Tue, 20 Aug 2013 20:44:36 +0000
(15:44 -0500)
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>
fs/xfs/xfs_inode.c
patch
|
blob
|
blame
|
history
diff --git
a/fs/xfs/xfs_inode.c
b/fs/xfs/xfs_inode.c
index 8750cdb6e5120a072fc376a6668359b5f1e98092..e3d75385aa76a6e45b7711a65bb39c268c9f689b 100644
(file)
--- a/
fs/xfs/xfs_inode.c
+++ b/
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
* the cluster buffer.
*/