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

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
......@@ -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
*/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment