diff options
Diffstat (limited to 'fs/lockd/clntproc.c')
-rw-r--r-- | fs/lockd/clntproc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/lockd/clntproc.c b/fs/lockd/clntproc.c index 0ff8ad42c9da..b11f2afa84f1 100644 --- a/fs/lockd/clntproc.c +++ b/fs/lockd/clntproc.c | |||
@@ -54,7 +54,7 @@ nlmclnt_get_lockowner(struct nlm_lockowner *lockowner) | |||
54 | return lockowner; | 54 | return lockowner; |
55 | } | 55 | } |
56 | 56 | ||
57 | void nlmclnt_put_lockowner(struct nlm_lockowner *lockowner) | 57 | static void nlmclnt_put_lockowner(struct nlm_lockowner *lockowner) |
58 | { | 58 | { |
59 | if (!refcount_dec_and_lock(&lockowner->count, &lockowner->host->h_lock)) | 59 | if (!refcount_dec_and_lock(&lockowner->count, &lockowner->host->h_lock)) |
60 | return; | 60 | return; |