Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 312961
b: refs/heads/master
c: b16ca62
h: refs/heads/master
i:
  312959: a05eb36
v: v3
  • Loading branch information
Artem Bityutskiy authored and Al Viro committed Jul 22, 2012
1 parent 7a2e1b2 commit d159d3a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 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: 4527440d5db8ff27ae8801de3f819843a1e6c6f6
refs/heads/master: b16ca626358cbf056b752eab63ba8f20087afeaf
6 changes: 1 addition & 5 deletions trunk/fs/hfs/hfs_fs.h
Original file line number Diff line number Diff line change
Expand Up @@ -137,16 +137,12 @@ struct hfs_sb_info {
gid_t s_gid; /* The gid of all files */

int session, part;

struct nls_table *nls_io, *nls_disk;

struct mutex bitmap_lock;

unsigned long flags;

u16 blockoffset;

int fs_div;
struct super_block *sb;
};

#define HFS_FLG_BITMAP_DIRTY 0
Expand Down
1 change: 1 addition & 0 deletions trunk/fs/hfs/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -380,6 +380,7 @@ static int hfs_fill_super(struct super_block *sb, void *data, int silent)
if (!sbi)
return -ENOMEM;

sbi->sb = sb;
sb->s_fs_info = sbi;

res = -EINVAL;
Expand Down

0 comments on commit d159d3a

Please sign in to comment.