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>
This commit is contained in:
Adrian Bunk
2008-05-02 13:42:45 -07:00
committed by Trond Myklebust
parent 31f31db1a1
commit 1d2e88e73e
2 changed files with 1 additions and 2 deletions

View File

@@ -282,7 +282,7 @@ nfs4_alloc_state_owner(void)
return sp;
}
void
static void
nfs4_drop_state_owner(struct nfs4_state_owner *sp)
{
if (!RB_EMPTY_NODE(&sp->so_client_node)) {