]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
fs/netfs: remove unused source NETFS_INVALID_WRITE
authorMax Kellermann <max.kellermann@ionos.com>
Mon, 19 May 2025 13:47:59 +0000 (14:47 +0100)
committerChristian Brauner <brauner@kernel.org>
Wed, 21 May 2025 12:34:37 +0000 (14:34 +0200)
commit9cd78ca04fb827f42d7c0d492b96fbb940451266
tree6d1fa6f73713d2ba299f9264d1b9f55669a66233
parentc1a606cd75fbe98d261b224b6dfb76d47f40dc12
fs/netfs: remove unused source NETFS_INVALID_WRITE

This enum choice was added by commit 16af134ca4b7 ("netfs: Extend the
netfs_io_*request structs to handle writes") and its only user was
later removed by commit c245868524cc ("netfs: Remove the old writeback
code").

Signed-off-by: Max Kellermann <max.kellermann@ionos.com>
Signed-off-by: David Howells <dhowells@redhat.com>
Link: https://lore.kernel.org/20250519134813.2975312-4-dhowells@redhat.com
cc: Paulo Alcantara <pc@manguebit.com>
cc: netfs@lists.linux.dev
cc: linux-fsdevel@vger.kernel.org
Signed-off-by: Christian Brauner <brauner@kernel.org>
fs/netfs/write_collect.c
include/linux/netfs.h
include/trace/events/netfs.h