diff options
author | Adrian Bunk <bunk@kernel.org> | 2008-02-13 23:30:26 +0200 |
---|---|---|
committer | J. Bruce Fields <bfields@citi.umich.edu> | 2008-04-23 16:13:38 -0400 |
commit | f2b0dee2ec8d562ad9ced2b7481be72d356c6cfc (patch) | |
tree | 0e5c88c5bdc2bc34c63ad8c788cb70b8ced2cabc /fs | |
parent | 7b54fe61ffd5bfa4e50d371a2415225aa0cbb38e (diff) | |
download | linux-f2b0dee2ec8d562ad9ced2b7481be72d356c6cfc.tar.bz2 |
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.c | 2 |
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) { |