Linux NFS development
 help / color / mirror / Atom feed
* [PATCH] nfs: remove NFS_WBACK_BUSY()
@ 2025-08-21 16:27 Jeff Layton
  0 siblings, 0 replies; only message in thread
From: Jeff Layton @ 2025-08-21 16:27 UTC (permalink / raw)
  To: trondmy, anna; +Cc: linux-nfs

Nothing calls this macro.

Signed-off-by: Jeff Layton <jlayton@kernel.org>
---
 include/linux/nfs_page.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/include/linux/nfs_page.h b/include/linux/nfs_page.h
index 9aed39abc94b..afe1d8f09d89 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,
-- 
2.50.1


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2025-08-21 16:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-21 16:27 [PATCH] nfs: remove NFS_WBACK_BUSY() Jeff Layton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox