Commit 1d2e88e73ee0af52b0ed63b5fb8f42a919a4d9de
Committed by
Trond Myklebust
1 parent
31f31db1a1
Exists in
master
and in
7 other branches
nfs: make nfs4_drop_state_owner() static
nfs4_drop_state_owner() can now become static. Signed-off-by: Adrian Bunk <bunk@kernel.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Showing 2 changed files with 1 additions and 2 deletions Side-by-side Diff
fs/nfs/nfs4_fs.h
... | ... | @@ -206,7 +206,6 @@ |
206 | 206 | |
207 | 207 | extern struct nfs4_state_owner * nfs4_get_state_owner(struct nfs_server *, struct rpc_cred *); |
208 | 208 | extern void nfs4_put_state_owner(struct nfs4_state_owner *); |
209 | -extern void nfs4_drop_state_owner(struct nfs4_state_owner *); | |
210 | 209 | extern struct nfs4_state * nfs4_get_open_state(struct inode *, struct nfs4_state_owner *); |
211 | 210 | extern void nfs4_put_open_state(struct nfs4_state *); |
212 | 211 | extern void nfs4_close_state(struct path *, struct nfs4_state *, mode_t); |