public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* NFS nonzero preempt_count 2/2
@ 2002-07-16  8:40 William Lee Irwin III
  0 siblings, 0 replies; only message in thread
From: William Lee Irwin III @ 2002-07-16  8:40 UTC (permalink / raw)
  To: linux-kernel

When unmounting an NFS filesystem, I saw printk's reporting that NFS
daemons exited with nonzero preempt_counts. Fixing this up so they
no longer give the warning seems like a good idea.

Patch attempting to do this for lockd below.


Cheers,
Bill


===== fs/lockd/svc.c 1.10 vs edited =====
--- 1.10/fs/lockd/svc.c	Mon Feb 25 10:35:33 2002
+++ edited/fs/lockd/svc.c	Tue Jul 16 02:08:23 2002
@@ -203,6 +203,7 @@
 	rpciod_down();
 
 	/* Release module */
+	unlock_kernel();
 	MOD_DEC_USE_COUNT;
 }
 

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-07-16  8:37 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-07-16  8:40 NFS nonzero preempt_count 2/2 William Lee Irwin III

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox