mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-11-18 07:35:12 +08:00
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>
This commit is contained in:
parent
63997775b7
commit
3ea400581f
@ -719,8 +719,6 @@ static void gfs2_put_super(struct super_block *sb)
|
|||||||
int error;
|
int error;
|
||||||
struct gfs2_jdesc *jd;
|
struct gfs2_jdesc *jd;
|
||||||
|
|
||||||
lock_kernel();
|
|
||||||
|
|
||||||
/* Unfreeze the filesystem, if we need to */
|
/* Unfreeze the filesystem, if we need to */
|
||||||
|
|
||||||
mutex_lock(&sdp->sd_freeze_lock);
|
mutex_lock(&sdp->sd_freeze_lock);
|
||||||
@ -787,8 +785,6 @@ restart:
|
|||||||
|
|
||||||
/* At this point, we're through participating in the lockspace */
|
/* At this point, we're through participating in the lockspace */
|
||||||
gfs2_sys_fs_del(sdp);
|
gfs2_sys_fs_del(sdp);
|
||||||
|
|
||||||
unlock_kernel();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user