commit | 7046ae35329f6d3cd39ae22d96d9525e45e748f2 | [log] [tgz] |
---|---|---|
author | Andreas Gruenbacher <agruenba@redhat.com> | Sun Oct 01 17:57:54 2017 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Sun Oct 01 17:57:54 2017 -0400 |
tree | 36e5e48ac89d51b965d860b2d5525060121f5c21 | |
parent | 9ca250a5137f3df7ffac58b49660beadd5926ace [diff] |
ext4: Add iomap support for inline data Report inline data as a IOMAP_F_DATA_INLINE mapping. This allows to use iomap_seek_hole and iomap_seek_data in ext4_llseek and makes switching to iomap_fiemap in ext4_fiemap easier. Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu> Reviewed-by: Jan Kara <jack@suse.cz>