Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

nfs: remove NFS_WBACK_BUSY()

Nothing calls this macro.

Signed-off-by: Jeff Layton <jlayton@kernel.org>
Signed-off-by: Anna Schumaker <anna.schumaker@oracle.com>

authored by

Jeff Layton and committed by
Anna Schumaker
301f3470 62c0c0e7

-2
-2
include/linux/nfs_page.h
··· 122 122 /* arbitrarily selected limit to number of mirrors */ 123 123 #define NFS_PAGEIO_DESCRIPTOR_MIRROR_MAX 16 124 124 125 - #define NFS_WBACK_BUSY(req) (test_bit(PG_BUSY,&(req)->wb_flags)) 126 - 127 125 extern struct nfs_page *nfs_page_create_from_page(struct nfs_open_context *ctx, 128 126 struct page *page, 129 127 unsigned int pgbase,