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

make nfsd_create_setattr() static

This patch makes the needlessly global nfsd_create_setattr() static.

Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>

authored by

Adrian Bunk and committed by
J. Bruce Fields
f2b0dee2 7b54fe61

+1 -1
+1 -1
fs/nfsd/vfs.c
··· 1152 1152 } 1153 1153 #endif /* CONFIG_NFSD_V3 */ 1154 1154 1155 - __be32 1155 + static __be32 1156 1156 nfsd_create_setattr(struct svc_rqst *rqstp, struct svc_fh *resfhp, 1157 1157 struct iattr *iap) 1158 1158 {