Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 84790
b: refs/heads/master
c: 552c3c6
h: refs/heads/master
v: v3
  • Loading branch information
Miklos Szeredi authored and Linus Torvalds committed Feb 8, 2008
1 parent 709dba2 commit aa27f50
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 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: 979db7542d9c73db0d770110edb31c1252ef6c4a
refs/heads/master: 552c3c6c565d08857df48e77e8ce2b223517c3ee
4 changes: 3 additions & 1 deletion trunk/fs/befs/linuxvfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ static const struct super_operations befs_sops = {
.put_super = befs_put_super, /* uninit super */
.statfs = befs_statfs, /* statfs */
.remount_fs = befs_remount,
.show_options = generic_show_options,
};

/* slab cache for befs_inode_info objects */
Expand Down Expand Up @@ -759,10 +760,11 @@ befs_fill_super(struct super_block *sb, void *data, int silent)
befs_super_block *disk_sb;
struct inode *root;
long ret = -EINVAL;

const unsigned long sb_block = 0;
const off_t x86_sb_off = 512;

save_mount_options(sb, data);

sb->s_fs_info = kmalloc(sizeof (*befs_sb), GFP_KERNEL);
if (sb->s_fs_info == NULL) {
printk(KERN_ERR
Expand Down

0 comments on commit aa27f50

Please sign in to comment.