mirror of
https://github.com/adulau/aha.git
synced 2024-12-28 11:46:19 +00:00
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>
This commit is contained in:
parent
7b54fe61ff
commit
f2b0dee2ec
1 changed files with 1 additions and 1 deletions
|
@ -1152,7 +1152,7 @@ nfsd_commit(struct svc_rqst *rqstp, struct svc_fh *fhp,
|
||||||
}
|
}
|
||||||
#endif /* CONFIG_NFSD_V3 */
|
#endif /* CONFIG_NFSD_V3 */
|
||||||
|
|
||||||
__be32
|
static __be32
|
||||||
nfsd_create_setattr(struct svc_rqst *rqstp, struct svc_fh *resfhp,
|
nfsd_create_setattr(struct svc_rqst *rqstp, struct svc_fh *resfhp,
|
||||||
struct iattr *iap)
|
struct iattr *iap)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue