ext4: fix an incorrect comment about i_mutex
authorAndy Lutomirski <luto@amacapital.net>
Tue, 25 Dec 2012 18:31:52 +0000 (13:31 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 25 Dec 2012 18:31:52 +0000 (13:31 -0500)
commitad96f7115593e962dd22a0519021eafaba56f5e3
treebb022d40e7bf5808e0a2cb4cacb71e8d6bf828ef
parent53e872681fed6a43047e71bf927f77d06f467988
ext4: fix an incorrect comment about i_mutex

i_mutex is not held when ->sync_file is called.

Reviewed-by: Jan Kara <jack@suse.cz>
Signed-off-by: Andy Lutomirski <luto@amacapital.net>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
fs/ext4/fsync.c