aboutsummaryrefslogtreecommitdiff
path: root/fs/nfs/nfs4state.c
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@kernel.org>2008-05-02 13:42:45 -0700
committerTrond Myklebust <Trond.Myklebust@netapp.com>2008-05-16 09:43:31 -0700
commit1d2e88e73ee0af52b0ed63b5fb8f42a919a4d9de (patch)
tree7e28d99780ab4b925275a7bad07beeae979646d3 /fs/nfs/nfs4state.c
parent31f31db1a15671513df9cd9fbe56ef45ee1e9a2a (diff)
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>
Diffstat (limited to 'fs/nfs/nfs4state.c')
-rw-r--r--fs/nfs/nfs4state.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfs/nfs4state.c b/fs/nfs/nfs4state.c
index 5a1e02c8b75..856a8934f61 100644
--- a/fs/nfs/nfs4state.c
+++ b/fs/nfs/nfs4state.c
@@ -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)) {