Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 38683
b: refs/heads/master
c: 5bb76af
h: refs/heads/master
i:
  38681: c4f22a0
  38679: d5ce4eb
v: v3
  • Loading branch information
Robert S Peterson authored and Steven Whitehouse committed May 5, 2006
1 parent a6b4332 commit d183ef4
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: 97a35d1e5fab9ff8de27814082b78b2fc9ad94f0
refs/heads/master: 5bb76af1e089ac186c15c6aa792340d22b63d4b4
3 changes: 3 additions & 0 deletions trunk/fs/gfs2/ops_fstype.c
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@
#define DO 0
#define UNDO 1

extern struct dentry_operations gfs2_dops;

static struct gfs2_sbd *init_sbd(struct super_block *sb)
{
struct gfs2_sbd *sdp;
Expand Down Expand Up @@ -357,6 +359,7 @@ static int init_sb(struct gfs2_sbd *sdp, int silent, int undo)
error = -ENOMEM;
iput(inode);
}
sb->s_root->d_op = &gfs2_dops;
out:
gfs2_glock_dq_uninit(&sb_gh);
return error;
Expand Down

0 comments on commit d183ef4

Please sign in to comment.