lkml.org 
[lkml]   [2006]   [Nov]   [26]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
FromKarsten Wiese <>
SubjectRe: 2.6.19-rc6-rt5
DateSun, 26 Nov 2006 15:39:47 +0100
> i've released the 2.6.19-rc6-rt5 tree, which can be downloaded from the 

Hi

this fixes issues like rmmod hanging and inodes leaking.

      Karsten

--- fs/dcache.c~	2006-11-21 11:25:11.000000000 +0100
+++ fs/dcache.c	2006-11-26 15:20:31.000000000 +0100
@@ -150,7 +150,7 @@ void dput(struct dentry *dentry)
 repeat:
 	if (atomic_read(&dentry->d_count) == 1)
 		might_sleep();
-	if (atomic_dec_and_test(&dentry->d_count))
+	if (!atomic_dec_and_test(&dentry->d_count))
 		return;
 
 	spin_lock(&dentry->d_lock);
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/
\
 
 \ /
  Last update: 2006-11-26 14:43    [from the cache]
©2003-2008