Re: [PATCH V3 2/2] fs/ext4/fsync.c: generic_file_fsync call based on barrier flag

2014-04-29 Thread Jan Kara
On Mon 28-04-14 23:15:08, Fabian Frederick wrote: > generic_file_fsync has been updated to issue a flush for > older filesystems. > > This patch tests for barrier flag in ext4 mount flags > and calls the right function. > > Suggested-by: Jan Kara > Suggested-by: Christoph Hellwig > Cc: Jan Kara

[PATCH V3 2/2] fs/ext4/fsync.c: generic_file_fsync call based on barrier flag

2014-04-28 Thread Fabian Frederick
generic_file_fsync has been updated to issue a flush for older filesystems. This patch tests for barrier flag in ext4 mount flags and calls the right function. Suggested-by: Jan Kara Suggested-by: Christoph Hellwig Cc: Jan Kara Cc: Christoph Hellwig Cc: Alexander Viro Cc: "Theodore Ts'o" Cc