]> err.no Git - linux-2.6/commit
[GFS2] Move inode deletion out of blocking_cb
authorWendy Cheng <wcheng@redhat.com>
Thu, 13 Sep 2007 21:52:42 +0000 (17:52 -0400)
committerSteven Whitehouse <swhiteho@redhat.com>
Wed, 10 Oct 2007 07:56:17 +0000 (08:56 +0100)
commit49e61f2ef6f7d1d0296e3e30d366b28e0ca595c2
tree7f2efb6c0dce87f3f16809e8cd1072137b12271c
parentb4c20166dcfca106f0f416bfce200099ed76ab18
[GFS2] Move inode deletion out of blocking_cb

Move inode deletion code out of blocking_cb handle_callback route to
avoid racy conditions that end up blocking lock_dlm1 thread. Fix
bugzilla 286821.

Signed-off-by: Wendy Cheng <wcheng@redhat.com>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
fs/gfs2/glock.c