GFS2: Move umount flush rwsem
authorSteven Whitehouse <swhiteho@redhat.com>
Tue, 7 Apr 2009 13:01:34 +0000 (14:01 +0100)
committerSteven Whitehouse <swhiteho@redhat.com>
Wed, 15 Apr 2009 09:16:13 +0000 (10:16 +0100)
The rwsem, used only on umount, is in the wrong place in glock.c.
This patch moves it up a bit so that it does not get called under
a spinlock.

Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>

No differences found