commit | 2c2acd2d193595f2919583fd6e32b09ca8e85e94 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Wed Feb 21 07:54:47 2018 -0800 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Wed Mar 28 01:39:02 2018 -0400 |
tree | 8f00ac95efc37a49b09aca218ed9be3eb28cfa89 | |
parent | 937d3305126da49067da74280d72b457555a0aee [diff] |
ntfs: fix bogus __mark_inode_dirty(I_DIRTY_SYNC | I_DIRTY_DATASYNC) call I_DIRTY_DATASYNC is a strict superset of I_DIRTY_SYNC semantics, as in mark dirty to be written out by fdatasync as well. So dirtying for both flags makes no sense. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>