Re: [Devel] [PATCH vz7] fuse: no mtime flush on fdatasync

2016-12-02 Thread Dmitry Monakhov
Maxim Patlasov writes: > fuse_fsync_common() may skip fuse_flush_mtime() if datasync=1 because > mtime is pure metadata and the content of file doesn't depend on it. > > https://jira.sw.ru/browse/PSBM-55919 > > Signed-off-by: Maxim Patlasov ACK. > --- > fs/fuse/file.c |4 ++-- > 1 file cha

[Devel] [PATCH vz7] fuse: no mtime flush on fdatasync

2016-12-01 Thread Maxim Patlasov
fuse_fsync_common() may skip fuse_flush_mtime() if datasync=1 because mtime is pure metadata and the content of file doesn't depend on it. https://jira.sw.ru/browse/PSBM-55919 Signed-off-by: Maxim Patlasov --- fs/fuse/file.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --g