On Sun, 05 Nov 2006 the mental interface of Andrew Morton told: [...] > > > Index: work-fault-inject/net/sunrpc/svcauth.c > > > =================================================================== > > > --- work-fault-inject.orig/net/sunrpc/svcauth.c > > > +++ work-fault-inject/net/sunrpc/svcauth.c > > > @@ -126,6 +126,7 @@ void auth_domain_put(struct auth_domain > > > if (atomic_dec_and_lock(&dom->ref.refcount, &auth_domain_lock)) { > > > hlist_del(&dom->hash); > > > dom->flavour->domain_release(dom); > > > + spin_unlock(&auth_domain_lock); > > > } > > > } > > I wonder if this will fix http://bugzilla.kernel.org/show_bug.cgi?id=7457 It fixes it. Patched a native 2.6.19-rc4 and it works. Thanks. Elimar -- Planung: Ersatz des Zufalls durch den Irrtum. -unknown-
Attachment:
pgpzNCTTfJvXT.pgp
Description: PGP signature
- References:
- [PATCH] auth_gss: unregister gss_domain when unloading module
- From: Akinobu Mita <[email protected]>
- Re: [PATCH] auth_gss: unregister gss_domain when unloading module
- From: Akinobu Mita <[email protected]>
- [PATCH 1/2] sunrpc: add missing spin_unlock
- From: Akinobu Mita <[email protected]>
- Re: [PATCH 1/2] sunrpc: add missing spin_unlock
- From: Peter Zijlstra <[email protected]>
- Re: [PATCH 1/2] sunrpc: add missing spin_unlock
- From: Andrew Morton <[email protected]>
- [PATCH] auth_gss: unregister gss_domain when unloading module
- Prev by Date: Re: PATCH? hrtimer_wakeup: fix a theoretical race wrt rt_mutex_slowlock()
- Next by Date: VIA IRQ quirk missing PCI ids since 2.6.16.17
- Previous by thread: Re: [PATCH 1/2] sunrpc: add missing spin_unlock
- Next by thread: Re: [PATCH] auth_gss: unregister gss_domain when unloading module
- Index(es):
![]() |