summaryrefslogtreecommitdiffstats
path: root/fs/lockd
diff options
context:
space:
mode:
authorJeff Layton <jlayton@redhat.com>2010-02-05 15:09:12 -0500
committerJ. Bruce Fields <bfields@citi.umich.edu>2010-02-08 16:20:35 -0500
commitcdd30fa1664e0245fa64330c7cc2ddab7e47c223 (patch)
treeacaa6946150b6aaccb576c200b955b8079943bb3 /fs/lockd
parentaa696a6f349638428982bb52763f4cda851632fa (diff)
downloadop-kernel-dev-cdd30fa1664e0245fa64330c7cc2ddab7e47c223.zip
op-kernel-dev-cdd30fa1664e0245fa64330c7cc2ddab7e47c223.tar.gz
lockd: release reference to nsm_handle in nlm_host_rebooted
nsm_reboot_lookup takes a reference to the nsm_handle that it returns, but nlm_host_rebooted never releases that reference. Signed-off-by: Jeff Layton <jlayton@redhat.com> Reviewed-by: Chuck Lever <chuck.lever@oracle.com> Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>
Diffstat (limited to 'fs/lockd')
-rw-r--r--fs/lockd/host.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/lockd/host.c b/fs/lockd/host.c
index 4600c20..bb464d1210 100644
--- a/fs/lockd/host.c
+++ b/fs/lockd/host.c
@@ -479,8 +479,8 @@ again: mutex_lock(&nlm_host_mutex);
}
}
}
-
mutex_unlock(&nlm_host_mutex);
+ nsm_release(nsm);
}
/*
OpenPOWER on IntegriCloud