commit | 1d45bb7f9d2a5cbae1e5d9a5f72adad84db4d318 | [log] [tgz] |
---|---|---|
author | Andreas Gruenbacher <agruenba@redhat.com> | Wed Jun 27 01:59:18 2018 +0100 |
committer | Andreas Gruenbacher <agruenba@redhat.com> | Wed Jul 25 00:08:40 2018 +0200 |
tree | c739c8934de8817353140b42e9dc3d37df9a81d4 | |
parent | 0ed91eca1130e6c0fe66e01fa6ea92965e81900c [diff] |
gfs2: Use iomap for stuffed direct I/O reads Remove the fallback code from direct to buffered I/O for stuffed reads. For stuffed writes, we must keep the fallback code: the deferred glock we are holding under direct I/O doesn't allow to write to the inode or change the file size. Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com> Reviewed-by: Bob Peterson <rpeterso@redhat.com>