Re: [PATCH 05/24] udf: convert UDF_SB_NUMPARTS macro to udf_sb_num_parts function

2007-12-23 Thread Christoph Hellwig
Same comment applies to this one. And probably the following patches aswell so I'm not going to comment on this issue for them. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/m

[PATCH 05/24] udf: convert UDF_SB_NUMPARTS macro to udf_sb_num_parts function

2007-12-22 Thread marcin . slusarz
Signed-off-by: Marcin Slusarz <[EMAIL PROTECTED]> CC: Ben Fennema <[EMAIL PROTECTED]> CC: Jan Kara <[EMAIL PROTECTED]> --- fs/udf/partition.c |6 +++--- fs/udf/super.c | 20 ++-- fs/udf/udf_sb.h| 10 +++--- 3 files changed, 20 insertions(+), 16 deletions(-) dif