From: Jeff Layton Date: Thu, 21 Aug 2025 16:27:00 +0000 (-0400) Subject: nfs: remove NFS_WBACK_BUSY() X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=301f3470273c89df3a933762b7495569f650e68b;p=thirdparty%2Fkernel%2Fstable.git nfs: remove NFS_WBACK_BUSY() Nothing calls this macro. Signed-off-by: Jeff Layton Signed-off-by: Anna Schumaker --- diff --git a/include/linux/nfs_page.h b/include/linux/nfs_page.h index 9aed39abc94bc..afe1d8f09d89f 100644 --- a/include/linux/nfs_page.h +++ b/include/linux/nfs_page.h @@ -122,8 +122,6 @@ struct nfs_pageio_descriptor { /* arbitrarily selected limit to number of mirrors */ #define NFS_PAGEIO_DESCRIPTOR_MIRROR_MAX 16 -#define NFS_WBACK_BUSY(req) (test_bit(PG_BUSY,&(req)->wb_flags)) - extern struct nfs_page *nfs_page_create_from_page(struct nfs_open_context *ctx, struct page *page, unsigned int pgbase,