commit | 937d3305126da49067da74280d72b457555a0aee | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Wed Feb 21 07:54:46 2018 -0800 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Wed Mar 28 01:39:01 2018 -0400 |
tree | e803eff884272e8aa3dac4eaa8585d2038cc45b0 | |
parent | cab64df194667dc5d9d786f0a895f647f5501c0d [diff] |
gfs2: fix bogus __mark_inode_dirty(I_DIRTY_SYNC | I_DIRTY_DATASYNC) calls 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>