diff options
Diffstat (limited to 'fs/nfs/nfs4state.c')
-rw-r--r-- | fs/nfs/nfs4state.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfs/nfs4state.c b/fs/nfs/nfs4state.c index bb3574361958..23834c8fb740 100644 --- a/fs/nfs/nfs4state.c +++ b/fs/nfs/nfs4state.c | |||
@@ -600,7 +600,7 @@ static struct nfs4_lock_state *nfs4_get_lock_state(struct nfs4_state *state, fl_ | |||
600 | * Release reference to lock_state, and free it if we see that | 600 | * Release reference to lock_state, and free it if we see that |
601 | * it is no longer in use | 601 | * it is no longer in use |
602 | */ | 602 | */ |
603 | static void nfs4_put_lock_state(struct nfs4_lock_state *lsp) | 603 | void nfs4_put_lock_state(struct nfs4_lock_state *lsp) |
604 | { | 604 | { |
605 | struct nfs4_state *state; | 605 | struct nfs4_state *state; |
606 | 606 | ||