aboutsummaryrefslogtreecommitdiff
path: root/fs
diff options
context:
space:
mode:
authorGravatar Adrian Bunk <bunk@kernel.org> 2008-02-13 23:30:26 +0200
committerGravatar J. Bruce Fields <bfields@citi.umich.edu> 2008-04-23 16:13:38 -0400
commitf2b0dee2ec8d562ad9ced2b7481be72d356c6cfc (patch)
tree0e5c88c5bdc2bc34c63ad8c788cb70b8ced2cabc /fs
parentSUNRPC: allow svc_recv to break out of 500ms sleep when alloc_page fails (diff)
downloadlinux-f2b0dee2ec8d562ad9ced2b7481be72d356c6cfc.tar.gz
linux-f2b0dee2ec8d562ad9ced2b7481be72d356c6cfc.tar.bz2
linux-f2b0dee2ec8d562ad9ced2b7481be72d356c6cfc.zip
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>
Diffstat (limited to 'fs')
-rw-r--r--fs/nfsd/vfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfsd/vfs.c b/fs/nfsd/vfs.c
index 304bf5f643c9..d5a238e6e6ed 100644
--- a/fs/nfsd/vfs.c
+++ b/fs/nfsd/vfs.c
@@ -1152,7 +1152,7 @@ nfsd_commit(struct svc_rqst *rqstp, struct svc_fh *fhp,
}
#endif /* CONFIG_NFSD_V3 */
-__be32
+static __be32
nfsd_create_setattr(struct svc_rqst *rqstp, struct svc_fh *resfhp,
struct iattr *iap)
{