Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 133239
b: refs/heads/master
c: e7c8707
h: refs/heads/master
i:
  133237: e4efa43
  133235: 59d1da5
  133231: c28ee73
v: v3
  • Loading branch information
Steven Whitehouse authored and Steven Whitehouse committed Mar 24, 2009
1 parent c6c1ea3 commit e45c464
Show file tree
Hide file tree
Showing 2 changed files with 3 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: ac2425e7d319dec0523e52ee120a158ce6668cbd
refs/heads/master: e7c8707ea2b9106f0f78c43348ff5d5e82ba7961
2 changes: 2 additions & 0 deletions trunk/fs/gfs2/ops_fstype.c
Original file line number Diff line number Diff line change
Expand Up @@ -1258,6 +1258,8 @@ static int fill_super(struct super_block *sb, void *data, int silent)
dput(sdp->sd_root_dir);
if (sdp->sd_master_dir)
dput(sdp->sd_master_dir);
if (sb->s_root)
dput(sb->s_root);
sb->s_root = NULL;
fail_locking:
init_locking(sdp, &mount_gh, UNDO);
Expand Down

0 comments on commit e45c464

Please sign in to comment.