]> git.baikalelectronics.ru Git - kernel.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)
commitabe1f619d41c1b1d65c57ded656c9be38c532113
tree36e5e48ac89d51b965d860b2d5525060121f5c21
parent041b11e4bb4da844e915659ff149426ef5e75f4e
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