Commit ad96f711 authored by Andy Lutomirski's avatar Andy Lutomirski Committed by Theodore Ts'o

ext4: fix an incorrect comment about i_mutex

i_mutex is not held when ->sync_file is called.
Reviewed-by: default avatarJan Kara <jack@suse.cz>
Signed-off-by: default avatarAndy Lutomirski <luto@amacapital.net>
Signed-off-by: default avatar"Theodore Ts'o" <tytso@mit.edu>
parent 53e87268
......@@ -109,8 +109,6 @@ static int __sync_inode(struct inode *inode, int datasync)
*
* What we do is just kick off a commit and wait on it. This will snapshot the
* inode to disk.
*
* i_mutex lock is held when entering and exiting this function
*/
int ext4_sync_file(struct file *file, loff_t start, loff_t end, int datasync)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment