aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ocfs2
diff options
context:
space:
mode:
Diffstat (limited to 'fs/ocfs2')
-rw-r--r--fs/ocfs2/file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ocfs2/file.c b/fs/ocfs2/file.c
index de4ea1af041b..199c606c56a5 100644
--- a/fs/ocfs2/file.c
+++ b/fs/ocfs2/file.c
@@ -2108,7 +2108,7 @@ static int ocfs2_prepare_inode_for_write(struct file *file,
2108 * remove_suid() calls ->setattr without any hint that 2108 * remove_suid() calls ->setattr without any hint that
2109 * we may have already done our cluster locking. Since 2109 * we may have already done our cluster locking. Since
2110 * ocfs2_setattr() *must* take cluster locks to 2110 * ocfs2_setattr() *must* take cluster locks to
2111 * proceeed, this will lead us to recursively lock the 2111 * proceed, this will lead us to recursively lock the
2112 * inode. There's also the dinode i_size state which 2112 * inode. There's also the dinode i_size state which
2113 * can be lost via setattr during extending writes (we 2113 * can be lost via setattr during extending writes (we
2114 * set inode->i_size at the end of a write. */ 2114 * set inode->i_size at the end of a write. */