writeback: Export inode_io_list_del()
authorJan Kara <jack@suse.cz>
Tue, 21 Apr 2020 08:54:44 +0000 (10:54 +0200)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 4 Jun 2020 03:16:49 +0000 (23:16 -0400)
commit4301efa4c7cca11556dd89899eee066d49b47bf7
treeb4d16c21857fcbdca32f6bc8aac9f06b37224339
parent3bbd0ef26098d241dc59ee77ba14b7dab0df0786
writeback: Export inode_io_list_del()

Ext4 needs to remove inode from writeback lists after it is out of
visibility of its journalling machinery (which can still dirty the
inode). Export inode_io_list_del() for it.

Signed-off-by: Jan Kara <jack@suse.cz>
Link: https://lore.kernel.org/r/20200421085445.5731-3-jack@suse.cz
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
fs/fs-writeback.c
fs/internal.h
include/linux/writeback.h