]> Git Repo - linux.git/commit - fs/udf/super.c
udf: convert UDF_SB_ALLOC_PARTMAPS macro to udf_sb_alloc_partition_maps function
authorMarcin Slusarz <[email protected]>
Fri, 8 Feb 2008 12:20:32 +0000 (04:20 -0800)
committerLinus Torvalds <[email protected]>
Fri, 8 Feb 2008 17:22:35 +0000 (09:22 -0800)
commitdc5d39be6dfb54a50c8ee1f6154b10181c974db1
treea2bdb6bf78439db84df007b61c33bfdc95501f99
parent6c79e987d629cb0f8f7e2983725f4434a2dec66b
udf: convert UDF_SB_ALLOC_PARTMAPS macro to udf_sb_alloc_partition_maps function

- convert UDF_SB_ALLOC_PARTMAPS macro to udf_sb_alloc_partition_maps function
- convert kmalloc + memset to kcalloc
- check if kcalloc failed (partially)

Signed-off-by: Marcin Slusarz <[email protected]>
Cc: Ben Fennema <[email protected]>
Cc: Jan Kara <[email protected]>
Acked-by: Christoph Hellwig <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
fs/udf/super.c
fs/udf/udf_sb.h
This page took 0.061975 seconds and 4 git commands to generate.