[PATCH 00/10] udf: cleanups

From: marcin . slusarz
Date: Wed Jan 30 2008 - 16:04:46 EST


Hi

This patchset contains various UDF fs cleanups.

[PATCH 01/10] udf: udf_CS0toUTF8 cleanup
[PATCH 02/10] udf: fix udf_build_ustr
[PATCH 03/10] udf: udf_CS0toNLS cleanup
[PATCH 04/10] udf: constify crc
[PATCH 05/10] udf: simple cleanup of truncate.c
[PATCH 06/10] udf: truncate: create function for updating of Allocation Ext Descriptor
[PATCH 07/10] udf: replace all adds to little endians variables with le*_add_cpu
[PATCH 08/10] udf: simplify __udf_read_inode
[PATCH 09/10] udf: replace udf_*_offset macros with functions
[PATCH 10/10] udf: constify udf_bitmap_lookup array

fs/udf/balloc.c | 13 +---
fs/udf/crc.c | 4 -
fs/udf/ialloc.c | 12 +---
fs/udf/inode.c | 68 +++++++++---------------
fs/udf/super.c | 2
fs/udf/truncate.c | 132 ++++++++++++++++++++---------------------------
fs/udf/udfdecl.h | 33 +++++++----
fs/udf/unicode.c | 58 ++++++++------------
include/linux/udf_fs_i.h | 4 -
9 files changed, 142 insertions(+), 184 deletions(-)

This patchset depends on udf and byteorder patches (all in -mm).

Marcin Slusarz
--
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/