From d374e542e8a0c7617d99d981cd2f46283f4a6573 Mon Sep 17 00:00:00 2001 From: Steven Whitehouse Date: Sat, 9 Sep 2006 16:56:34 -0400 Subject: [PATCH] --- yaml --- r: 38846 b: refs/heads/master c: ff6af411ae65da95a1801668b9580c5c33f0f7d1 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/fs/gfs2/ops_super.c | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 54a416342fa0..6bf71bd53050 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: fa9f0e4925c7796afd14bf7bbf7a064078818bbc +refs/heads/master: ff6af411ae65da95a1801668b9580c5c33f0f7d1 diff --git a/trunk/fs/gfs2/ops_super.c b/trunk/fs/gfs2/ops_super.c index addcf1334b3c..975e93b7992e 100644 --- a/trunk/fs/gfs2/ops_super.c +++ b/trunk/fs/gfs2/ops_super.c @@ -13,7 +13,6 @@ #include #include #include -#include #include #include #include @@ -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); } /**