|
@@ -474,7 +474,7 @@ static int udf_parse_options(char *options, struct udf_options *uopt)
|
|
return 1;
|
|
return 1;
|
|
}
|
|
}
|
|
|
|
|
|
-void udf_write_super(struct super_block *sb)
|
|
|
|
|
|
+static void udf_write_super(struct super_block *sb)
|
|
{
|
|
{
|
|
lock_kernel();
|
|
lock_kernel();
|
|
|
|
|
|
@@ -1447,7 +1447,6 @@ static int udf_load_partition(struct super_block *sb, kernel_lb_addr *fileset)
|
|
map->s_type_specific.s_virtual.s_num_entries =
|
|
map->s_type_specific.s_virtual.s_num_entries =
|
|
(sbi->s_vat_inode->i_size - 36) >> 2;
|
|
(sbi->s_vat_inode->i_size - 36) >> 2;
|
|
} else if (map->s_partition_type == UDF_VIRTUAL_MAP20) {
|
|
} else if (map->s_partition_type == UDF_VIRTUAL_MAP20) {
|
|
- struct buffer_head *bh = NULL;
|
|
|
|
uint32_t pos;
|
|
uint32_t pos;
|
|
|
|
|
|
pos = udf_block_map(sbi->s_vat_inode, 0);
|
|
pos = udf_block_map(sbi->s_vat_inode, 0);
|