Re: Current BK breakage

From: Andrew Morton
Date: Thu Sep 09 2004 - 05:58:03 EST


Anton Blanchard <anton@xxxxxxxxx> wrote:
>
> Looks like a bug in the cleanup patch :)

oop. Shows how many people are testing ext2. Let's fix up that whitespace
also.

--- 25/fs/buffer.c~a 2004-09-09 03:53:03.625363720 -0700
+++ 25-akpm/fs/buffer.c 2004-09-09 03:53:17.022327072 -0700
@@ -895,9 +895,8 @@ void mark_buffer_dirty_inode(struct buff
spin_lock(&buffer_mapping->private_lock);
list_move_tail(&bh->b_assoc_buffers,
&mapping->private_list);
- spin_lock(&buffer_mapping->private_lock);
-}
-
+ spin_unlock(&buffer_mapping->private_lock);
+ }
}
EXPORT_SYMBOL(mark_buffer_dirty_inode);

_



-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/