commit | d8f3e73587ce574f7a9bc165e0db69b0b148f6f8 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Tue May 19 09:46:29 2020 -0500 |
committer | David Sterba <dsterba@suse.com> | Thu May 28 14:01:52 2020 +0200 |
tree | ccd7157c3beec52a1c74fc734c3bef5966d0c094 | |
parent | 5f008163a559d566a0ee1190a0a24f3eec6f1ea7 [diff] |
btrfs: split btrfs_direct_IO to read and write part The read and write versions don't have anything in common except for the call to iomap_dio_rw. So split this function, and merge each half into its only caller. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Goldwyn Rodrigues <rgoldwyn@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>