提交 f2b0dee2 编写于 作者: A Adrian Bunk 提交者: J. Bruce Fields

make nfsd_create_setattr() static

This patch makes the needlessly global nfsd_create_setattr() static.
Signed-off-by: NAdrian Bunk <bunk@kernel.org>
Signed-off-by: NJ. Bruce Fields <bfields@citi.umich.edu>
上级 7b54fe61
...@@ -1152,7 +1152,7 @@ nfsd_commit(struct svc_rqst *rqstp, struct svc_fh *fhp, ...@@ -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)
{ {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册