mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-01 10:43:43 +00:00
nfsd/nfs3: remove unused macro nfsd3_fhandleres
The macro is unused, remove it to tame gcc warning: fs/nfsd/nfs3proc.c:702:0: warning: macro "nfsd3_fhandleres" is not used [-Wunused-macros] Signed-off-by: Alex Shi <alex.shi@linux.alibaba.com> Cc: "J. Bruce Fields" <bfields@fieldses.org> Cc: Chuck Lever <chuck.lever@oracle.com> Cc: linux-nfs@vger.kernel.org Cc: linux-kernel@vger.kernel.org Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
This commit is contained in:
parent
25fef48bdb
commit
71fd721839
@ -689,7 +689,6 @@ nfsd3_proc_commit(struct svc_rqst *rqstp)
|
||||
#define nfsd3_mkdirargs nfsd3_createargs
|
||||
#define nfsd3_readdirplusargs nfsd3_readdirargs
|
||||
#define nfsd3_fhandleargs nfsd_fhandle
|
||||
#define nfsd3_fhandleres nfsd3_attrstat
|
||||
#define nfsd3_attrstatres nfsd3_attrstat
|
||||
#define nfsd3_wccstatres nfsd3_attrstat
|
||||
#define nfsd3_createres nfsd3_diropres
|
||||
|
Loading…
Reference in New Issue
Block a user