Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 38842
b: refs/heads/master
c: a2c4580
h: refs/heads/master
v: v3
  • Loading branch information
Steven Whitehouse committed Sep 8, 2006
1 parent 1d7b4d7 commit d24781a
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 5ce311ebdb90429519f7c6d2092e4ae6ca8cba74
refs/heads/master: a2c4580797f62b0dd9a48f1e0ce3fe8b8fd76262
2 changes: 1 addition & 1 deletion trunk/fs/gfs2/ops_fstype.c
Original file line number Diff line number Diff line change
Expand Up @@ -769,7 +769,7 @@ static int fill_super(struct super_block *sb, void *data, int silent)
fail_sys:
gfs2_sys_fs_del(sdp);
fail:
vfree(sdp);
kfree(sdp);
sb->s_fs_info = NULL;
return error;
}
Expand Down

0 comments on commit d24781a

Please sign in to comment.