ext2: make ext2_iomap_ops available unconditionally
authorChristoph Hellwig <hch@lst.de>
Tue, 20 Jul 2021 13:33:38 +0000 (15:33 +0200)
committerJan Kara <jack@suse.cz>
Mon, 26 Jul 2021 16:08:08 +0000 (18:08 +0200)
commit9583db2332e3426129612e0ef69f70fbadb6053b
tree29585b977612b197fa859d48ba321350b0a586f8
parentff1176468d368232b684f75e82563369208bc371
ext2: make ext2_iomap_ops available unconditionally

ext2_iomap_ops will be used for the FIEMAP support going forward,
so make it available unconditionally.

Link: https://lore.kernel.org/r/20210720133341.405438-2-hch@lst.de
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jan Kara <jack@suse.cz>
fs/ext2/inode.c