Commit edc99a2d authored by Jeff Layton's avatar Jeff Layton Committed by Trond Myklebust
Browse files

nfs: remove unused NFS_CALL macro



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

Signed-off-by: default avatarJeff Layton <jlayton@kernel.org>
Signed-off-by: default avatarTrond Myklebust <trond.myklebust@hammerspace.com>
parent 7e5ae43b
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -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
 */