commit | e864f39569f4092c2b2bc72c773b6e486c7e3bd9 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Thu Apr 07 08:52:03 2016 -0700 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Sun May 01 19:58:39 2016 -0400 |
tree | 4e2cadd87c25718956f26f11771ae9bf669ab380 | |
parent | 6aa657c8526b8bbab6287f02dd91ac6d0c392d19 [diff] |
fs: add RWF_DSYNC aand RWF_SYNC This is the per-I/O equivalent of O_DSYNC and O_SYNC, and very useful for all kinds of file servers and storage targets. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>