]> www.infradead.org Git - users/jedix/linux-maple.git/commit
nfs: remove dead code for the old swap over NFS implementation
authorChristoph Hellwig <hch@lst.de>
Mon, 1 Jul 2024 05:26:48 +0000 (07:26 +0200)
committerAnna Schumaker <Anna.Schumaker@Netapp.com>
Mon, 8 Jul 2024 17:47:51 +0000 (13:47 -0400)
commit7e8e78a0ba00c88f0ded86de64bdddc82e06b196
tree0ebd10861e89b2e01eea0d79881a46ef30e43f01
parent4840c00003a2275668a13b82c9f5b1aed80183aa
nfs: remove dead code for the old swap over NFS implementation

Remove the code testing folio_test_swapcache either explicitly or
implicitly in pagemap.h headers, as is now handled using the direct I/O
path and not the buffered I/O path that these helpers are located in.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Sagi Grimberg <sagi@grimberg.me>
Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
fs/nfs/file.c
fs/nfs/filelayout/filelayout.c
fs/nfs/fscache.c
fs/nfs/internal.h
fs/nfs/pagelist.c
fs/nfs/pnfs.h
fs/nfs/pnfs_nfs.c
fs/nfs/read.c
fs/nfs/write.c
include/linux/nfs_page.h