nfs: remove unused NFS_CALL macro

Nothing uses this, and thank goodness, as the syntax looks horrid.

Signed-off-by: Jeff Layton <jlayton@kernel.org>
Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
This commit is contained in:
Jeff Layton 2024-02-15 13:42:40 -05:00 committed by Trond Myklebust
parent 7e5ae43b2d
commit edc99a2dd3

View File

@ -1820,13 +1820,6 @@ struct nfs_rpc_ops {
void (*disable_swap)(struct inode *inode);
};
/*
* NFS_CALL(getattr, inode, (fattr));
* into
* NFS_PROTO(inode)->getattr(fattr);
*/
#define NFS_CALL(op, inode, args) NFS_PROTO(inode)->op args
/*
* Function vectors etc. for the NFS client
*/