diff options
author | Max Kellermann <max.kellermann@ionos.com> | 2025-05-19 16:47:58 +0300 |
---|---|---|
committer | Christian Brauner <brauner@kernel.org> | 2025-05-21 15:34:37 +0300 |
commit | c1a606cd75fbe98d261b224b6dfb76d47f40dc12 (patch) | |
tree | f15afcb010c6cd6c2f86f51c543bb08bc272959f /Documentation/filesystems | |
parent | a1b4a25abb3f8181433309a4b189f15fd26a8d84 (diff) | |
download | linux-c1a606cd75fbe98d261b224b6dfb76d47f40dc12.tar.xz |
fs/netfs: remove unused flag NETFS_SREQ_SEEK_DATA_READ
This flag was added by commit 3d3c95046742 ("netfs: Provide readahead
and readpage netfs helpers") but its only user was removed by commit
86b374d061ee ("netfs: Remove fs/netfs/io.c").
Signed-off-by: Max Kellermann <max.kellermann@ionos.com>
Signed-off-by: David Howells <dhowells@redhat.com>
Link: https://lore.kernel.org/20250519134813.2975312-3-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>
Diffstat (limited to 'Documentation/filesystems')
-rw-r--r-- | Documentation/filesystems/netfs_library.rst | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Documentation/filesystems/netfs_library.rst b/Documentation/filesystems/netfs_library.rst index 939b4b624fad..ddd799df6ce3 100644 --- a/Documentation/filesystems/netfs_library.rst +++ b/Documentation/filesystems/netfs_library.rst @@ -712,11 +712,6 @@ handle falling back from one source type to another. The members are: at a boundary with the filesystem structure (e.g. at the end of a Ceph object). It tells netfslib not to retile subrequests across it. - * ``NETFS_SREQ_SEEK_DATA_READ`` - - This is a hint from netfslib to the cache that it might want to try - skipping ahead to the next data (ie. using SEEK_DATA). - * ``error`` This is for the filesystem to store result of the subrequest. It should be |