lkml.org 
[lkml]   [2001]   [Nov]   [24]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
/
DateFri, 23 Nov 2001 21:55:42 -0800 (PST)
FromLinus Torvalds <>
SubjectRe: 2.4.15-pre9 breakage (inode.c)
On Sat, 24 Nov 2001, Andrea Arcangeli wrote:
>
> --- 2.4.15pre9aa1/fs/inode.c.~1~	Thu Nov 22 20:48:23 2001
> +++ 2.4.15pre9aa1/fs/inode.c	Sat Nov 24 06:30:20 2001
> @@ -1071,7 +1071,7 @@
>  			if (inode->i_state != I_CLEAR)
>  				BUG();
>  		} else {
> -			if (!list_empty(&inode->i_hash) && sb && sb->s_root) {
> +			if (!list_empty(&inode->i_hash)) {
>  				if (!(inode->i_state & (I_DIRTY|I_LOCK))) {
>  					list_del(&inode->i_list);
>  					list_add(&inode->i_list, &inode_unused);

I have to say that I like this patch better myself - the added tests are
not sensible, and just removing them seems to be the right thing.

		Linus

-
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: 2005-03-22 12:13    [W:4.312 / U:0.010 seconds]
©2003-2008 Jasper Spaans