Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 84735
b: refs/heads/master
c: bd45a42
h: refs/heads/master
i:
  84733: 12f3d92
  84731: af2a133
  84727: 80edf80
  84719: df65d1d
  84703: a4cee3c
  84671: b1f82ca
  84607: 824f890
  84479: e30caf1
v: v3
  • Loading branch information
Marcin Slusarz authored and Linus Torvalds committed Feb 8, 2008
1 parent 5fa1a73 commit 73d5043
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 883cb9d1842a37c6eed77f2c64792d35048c1e8d
refs/heads/master: bd45a420f93d18c91115f3f0568dd6a2555aa15a
3 changes: 1 addition & 2 deletions trunk/fs/udf/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ static int udf_parse_options(char *options, struct udf_options *uopt)
return 1;
}

void udf_write_super(struct super_block *sb)
static void udf_write_super(struct super_block *sb)
{
lock_kernel();

Expand Down Expand Up @@ -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 =
(sbi->s_vat_inode->i_size - 36) >> 2;
} else if (map->s_partition_type == UDF_VIRTUAL_MAP20) {
struct buffer_head *bh = NULL;
uint32_t pos;

pos = udf_block_map(sbi->s_vat_inode, 0);
Expand Down

0 comments on commit 73d5043

Please sign in to comment.