diff options
author | Steven Whitehouse <swhiteho@redhat.com> | 2009-06-12 08:40:47 -0400 |
---|---|---|
committer | Steven Whitehouse <swhiteho@redhat.com> | 2009-06-12 08:40:47 -0400 |
commit | 3ea400581f2b595afd91207bbd79c11cb38598e0 (patch) | |
tree | c8d1095b2cb4b516c91f93646fea4d7cb14db92f /fs/gfs2 | |
parent | 63997775b795f97ef51f3e56bc3abc9edc04bbb0 (diff) |
GFS2: Remove lock_kernel from gfs2_put_super()
It is not required here.
Signed-off-by: Steven Whitehouse <swhiteho@redhat,com>
Cc: Christoph Hellwig <hch@infradead.org>
Diffstat (limited to 'fs/gfs2')
-rw-r--r-- | fs/gfs2/super.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/fs/gfs2/super.c b/fs/gfs2/super.c index c8930b31cdf0..0a6801336470 100644 --- a/fs/gfs2/super.c +++ b/fs/gfs2/super.c | |||
@@ -719,8 +719,6 @@ static void gfs2_put_super(struct super_block *sb) | |||
719 | int error; | 719 | int error; |
720 | struct gfs2_jdesc *jd; | 720 | struct gfs2_jdesc *jd; |
721 | 721 | ||
722 | lock_kernel(); | ||
723 | |||
724 | /* Unfreeze the filesystem, if we need to */ | 722 | /* Unfreeze the filesystem, if we need to */ |
725 | 723 | ||
726 | mutex_lock(&sdp->sd_freeze_lock); | 724 | mutex_lock(&sdp->sd_freeze_lock); |
@@ -787,8 +785,6 @@ restart: | |||
787 | 785 | ||
788 | /* At this point, we're through participating in the lockspace */ | 786 | /* At this point, we're through participating in the lockspace */ |
789 | gfs2_sys_fs_del(sdp); | 787 | gfs2_sys_fs_del(sdp); |
790 | |||
791 | unlock_kernel(); | ||
792 | } | 788 | } |
793 | 789 | ||
794 | /** | 790 | /** |