diff options
Diffstat (limited to 'fs/ocfs2')
-rw-r--r-- | fs/ocfs2/file.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ocfs2/file.c b/fs/ocfs2/file.c index 6e396683c3d4..061591a3ab08 100644 --- a/fs/ocfs2/file.c +++ b/fs/ocfs2/file.c | |||
@@ -2128,7 +2128,7 @@ static int ocfs2_prepare_inode_for_write(struct file *file, | |||
2128 | * remove_suid() calls ->setattr without any hint that | 2128 | * remove_suid() calls ->setattr without any hint that |
2129 | * we may have already done our cluster locking. Since | 2129 | * we may have already done our cluster locking. Since |
2130 | * ocfs2_setattr() *must* take cluster locks to | 2130 | * ocfs2_setattr() *must* take cluster locks to |
2131 | * proceeed, this will lead us to recursively lock the | 2131 | * proceed, this will lead us to recursively lock the |
2132 | * inode. There's also the dinode i_size state which | 2132 | * inode. There's also the dinode i_size state which |
2133 | * can be lost via setattr during extending writes (we | 2133 | * can be lost via setattr during extending writes (we |
2134 | * set inode->i_size at the end of a write. */ | 2134 | * set inode->i_size at the end of a write. */ |