]> asedeno.scripts.mit.edu Git - linux.git/commit
ext4: Add iomap support for inline data
authorAndreas Gruenbacher <agruenba@redhat.com>
Sun, 1 Oct 2017 21:57:54 +0000 (17:57 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sun, 1 Oct 2017 21:57:54 +0000 (17:57 -0400)
commit7046ae35329f6d3cd39ae22d96d9525e45e748f2
tree36e5e48ac89d51b965d860b2d5525060121f5c21
parent9ca250a5137f3df7ffac58b49660beadd5926ace
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>
fs/ext4/ext4.h
fs/ext4/inline.c
fs/ext4/inode.c