diff options
Diffstat (limited to 'fs/ocfs2/file.c')
| -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 6e396683c3d..061591a3ab0 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,  		 * remove_suid() calls ->setattr without any hint that  		 * we may have already done our cluster locking. Since  		 * ocfs2_setattr() *must* take cluster locks to -		 * proceeed, this will lead us to recursively lock the +		 * proceed, this will lead us to recursively lock the  		 * inode. There's also the dinode i_size state which  		 * can be lost via setattr during extending writes (we  		 * set inode->i_size at the end of a write. */  | 
