Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 84799
b: refs/heads/master
c: d0132ee
h: refs/heads/master
i:
  84797: 1638e97
  84795: 74d0c68
  84791: 40302f1
  84783: 110e2f0
  84767: 7c37f75
  84735: 73d5043
v: v3
  • Loading branch information
Miklos Szeredi authored and Linus Torvalds committed Feb 8, 2008
1 parent 27cb757 commit 7660d4e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 10f19a86a5e106edb86d354137ba6e7388ecd1ce
refs/heads/master: d0132eea7a295623e34e26b0977638cc0f62a2c6
3 changes: 3 additions & 0 deletions trunk/fs/isofs/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ static const struct super_operations isofs_sops = {
.put_super = isofs_put_super,
.statfs = isofs_statfs,
.remount_fs = isofs_remount,
.show_options = generic_show_options,
};


Expand Down Expand Up @@ -561,6 +562,8 @@ static int isofs_fill_super(struct super_block *s, void *data, int silent)
int table, error = -EINVAL;
unsigned int vol_desc_start;

save_mount_options(s, data);

sbi = kzalloc(sizeof(*sbi), GFP_KERNEL);
if (!sbi)
return -ENOMEM;
Expand Down

0 comments on commit 7660d4e

Please sign in to comment.