]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[GFS2] don't try to lockfs after shutdown
authorDavid Teigland <teigland@redhat.com>
Wed, 6 Dec 2006 17:46:33 +0000 (11:46 -0600)
committerSteven Whitehouse <swhiteho@redhat.com>
Mon, 5 Feb 2007 18:35:44 +0000 (13:35 -0500)
commitc378051177dce4421428fd1691ffdf15ad57c161
treef92a27d952f53c289f1d7e8b40e768c73be365dd
parent62d0cfcb27cf755cebdc93ca95dabc83608007cd
[GFS2] don't try to lockfs after shutdown

If an fs has already been shut down, a lockfs callback should do nothing.
An fs that's been shut down can't acquire locks or do anything with
respect to the cluster.

Also, remove FIXME comment in withdraw function.  The missing bits of the
withdraw procedure are now all done by user space.

Signed-off-by: David Teigland <teigland@redhat.com>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
fs/gfs2/lm.c
fs/gfs2/ops_super.c