Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 38846
b: refs/heads/master
c: ff6af41
h: refs/heads/master
v: v3
  • Loading branch information
Steven Whitehouse committed Sep 9, 2006
1 parent 09bf140 commit d374e54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: fa9f0e4925c7796afd14bf7bbf7a064078818bbc
refs/heads/master: ff6af411ae65da95a1801668b9580c5c33f0f7d1
3 changes: 1 addition & 2 deletions trunk/fs/gfs2/ops_super.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
#include <linux/completion.h>
#include <linux/buffer_head.h>
#include <linux/statfs.h>
#include <linux/vmalloc.h>
#include <linux/seq_file.h>
#include <linux/mount.h>
#include <linux/kthread.h>
Expand Down Expand Up @@ -135,7 +134,7 @@ static void gfs2_put_super(struct super_block *sb)

/* At this point, we're through participating in the lockspace */
gfs2_sys_fs_del(sdp);
vfree(sdp);
kfree(sdp);
}

/**
Expand Down

0 comments on commit d374e54

Please sign in to comment.