From 40776eceea141757ba7f3bafb0fed39c51dd5394 Mon Sep 17 00:00:00 2001 From: Steven Whitehouse Date: Fri, 12 Jun 2009 13:40:47 +0100 Subject: [PATCH] --- yaml --- r: 148007 b: refs/heads/master c: 3ea400581f2b595afd91207bbd79c11cb38598e0 h: refs/heads/master i: 148005: d8d2eb10c9335426c710d30ebcb0891d2fdf58c6 148003: d94090b79cb2bbf7080f05754f144931c439e11f 147999: 69879e5d673008580fbb373f278c4918bd4678db v: v3 --- [refs] | 2 +- trunk/fs/gfs2/super.c | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/[refs] b/[refs] index b48e1cc0adaf..5f889896f603 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 63997775b795f97ef51f3e56bc3abc9edc04bbb0 +refs/heads/master: 3ea400581f2b595afd91207bbd79c11cb38598e0 diff --git a/trunk/fs/gfs2/super.c b/trunk/fs/gfs2/super.c index c8930b31cdf0..0a6801336470 100644 --- a/trunk/fs/gfs2/super.c +++ b/trunk/fs/gfs2/super.c @@ -719,8 +719,6 @@ static void gfs2_put_super(struct super_block *sb) int error; struct gfs2_jdesc *jd; - lock_kernel(); - /* Unfreeze the filesystem, if we need to */ mutex_lock(&sdp->sd_freeze_lock); @@ -787,8 +785,6 @@ static void gfs2_put_super(struct super_block *sb) /* At this point, we're through participating in the lockspace */ gfs2_sys_fs_del(sdp); - - unlock_kernel(); } /**