projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7b54fe6
)
make nfsd_create_setattr() static
author
Adrian Bunk
<bunk@kernel.org>
Wed, 13 Feb 2008 21:30:26 +0000
(23:30 +0200)
committer
J. Bruce Fields
<bfields@citi.umich.edu>
Wed, 23 Apr 2008 20:13:38 +0000
(16:13 -0400)
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>
fs/nfsd/vfs.c
patch
|
blob
|
blame
|
history
diff --git
a/fs/nfsd/vfs.c
b/fs/nfsd/vfs.c
index 304bf5f643c944e5dae2607798310ff3299aff22..d5a238e6e6ed433a92b819cedee752d09394a0da 100644
(file)
--- 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)
{