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

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>

authored by

Jeff Layton and committed by
Trond Myklebust
edc99a2d 7e5ae43b

-7
-7
include/linux/nfs_xdr.h
··· 1821 1821 }; 1822 1822 1823 1823 /* 1824 - * NFS_CALL(getattr, inode, (fattr)); 1825 - * into 1826 - * NFS_PROTO(inode)->getattr(fattr); 1827 - */ 1828 - #define NFS_CALL(op, inode, args) NFS_PROTO(inode)->op args 1829 - 1830 - /* 1831 1824 * Function vectors etc. for the NFS client 1832 1825 */ 1833 1826 extern const struct nfs_rpc_ops nfs_v2_clientops;