On Fri, Feb 05, 2010 at 03:09:12PM -0500, Jeff Layton wrote: > nsm_reboot_lookup takes a reference to the nsm_handle that it returns, > but nlm_host_rebooted never releases that reference. Makes sense to me; I'll apply to the nfsd tree. (How did you run across this?) --b. > > Signed-off-by: Jeff Layton <jlayton@xxxxxxxxxx> > Reviewed-by: Chuck Lever <chuck.lever@xxxxxxxxxx> > --- > fs/lockd/host.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/fs/lockd/host.c b/fs/lockd/host.c > index 4600c20..bb464d1 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); > } > > /* > -- > 1.6.6 > -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html