Current BK breakage

From: Anton Blanchard
Date: Thu Sep 09 2004 - 05:25:44 EST



Hi,

Looks like a bug in the cleanup patch :)

Anton

Signed-off-by: Anton Blanchard <anton@xxxxxxxxx>

===== buffer.c 1.256 vs edited =====
--- 1.256/fs/buffer.c Wed Sep 8 16:33:15 2004
+++ edited/buffer.c Thu Sep 9 20:03:41 2004
@@ -895,7 +895,7 @@
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);
}

}
-
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/