Commit 1d2e88e73ee0af52b0ed63b5fb8f42a919a4d9de

Authored by Adrian Bunk
Committed by Trond Myklebust
1 parent 31f31db1a1

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

... ... @@ -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);
... ... @@ -282,7 +282,7 @@
282 282 return sp;
283 283 }
284 284  
285   -void
  285 +static void
286 286 nfs4_drop_state_owner(struct nfs4_state_owner *sp)
287 287 {
288 288 if (!RB_EMPTY_NODE(&sp->so_client_node)) {