mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-08 15:04:45 +00:00
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:
parent
7e5ae43b2d
commit
edc99a2dd3
@ -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
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user