Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 91837
b: refs/heads/master
c: c82a127
h: refs/heads/master
i:
  91835: c502406
v: v3
  • Loading branch information
Jan Kara committed Apr 17, 2008
1 parent 8d61ba3 commit 9203ab9
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 4f7874c868eaedd0e64b2f6c800bc852bdc7f38b
refs/heads/master: c82a127505d39fa81c886eceed6fdf8c1ff4a06b
4 changes: 2 additions & 2 deletions trunk/fs/udf/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -1256,12 +1256,12 @@ static int udf_load_logicalvol(struct super_block *sb, sector_t block,
u16 suf =
le16_to_cpu(((__le16 *)upm2->partIdent.
identSuffix)[0]);
if (suf == 0x0150) {
if (suf < 0x0200) {
map->s_partition_type =
UDF_VIRTUAL_MAP15;
map->s_partition_func =
udf_get_pblock_virt15;
} else if (suf == 0x0200) {
} else {
map->s_partition_type =
UDF_VIRTUAL_MAP20;
map->s_partition_func =
Expand Down

0 comments on commit 9203ab9

Please sign in to comment.