]> git.ipfire.org Git - thirdparty/linux.git/commit
fs: push list presence check into inode_io_list_del()
authorMateusz Guzik <mjguzik@gmail.com>
Mon, 3 Nov 2025 23:09:11 +0000 (00:09 +0100)
committerChristian Brauner <brauner@kernel.org>
Tue, 25 Nov 2025 09:34:49 +0000 (10:34 +0100)
commit003a6607304dddb314acc475883064feeefbe2e7
tree259b0d6e071f76fbe9d4ff8a2feee8a03d030725
parent4c6b40877b4dc83f61a762a3a35a09dcf744b585
fs: push list presence check into inode_io_list_del()

For consistency with sb routines.

ext4 is the only consumer outside of evict(). Damage-controlling it is
outside of the scope of this cleanup.

Signed-off-by: Mateusz Guzik <mjguzik@gmail.com>
Link: https://patch.msgid.link/20251103230911.516866-1-mjguzik@gmail.com
Reviewed-by: Jan Kara <jack@suse.cz>
Signed-off-by: Christian Brauner <brauner@kernel.org>
fs/ext4/inode.c
fs/fs-writeback.c
fs/inode.c