Re: [PATCH 3/6] UDF cleanup and fixes

2007-03-07 Thread Christoph Hellwig
On Tue, Mar 06, 2007 at 05:47:27PM +0100, Jan Kara wrote: > Make UDF use get_bh() instead of directly accessing b_count and use brelse() > instead of udf_release_data() which does just brelse()... Looks good. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of

[PATCH 3/6] UDF cleanup and fixes

2007-03-06 Thread Jan Kara
Make UDF use get_bh() instead of directly accessing b_count and use brelse() instead of udf_release_data() which does just brelse()... Signed-off-by: Jan Kara <[EMAIL PROTECTED]> diff -rupX /home/jack/.kerndiffexclude linux-2.6.20-2-udf_extent_position_t/fs/udf/balloc.c linux-2.6.20-3-udf_buffe