commit | c2952d202f710d326ac36a8ea6bd216b20615ec8 | [log] [tgz] |
---|---|---|
author | Steven Whitehouse <swhiteho@redhat.com> | Thu Mar 14 15:49:59 2013 +0000 |
committer | Steven Whitehouse <swhiteho@redhat.com> | Thu Apr 04 09:53:46 2013 +0100 |
tree | c7bb17e1d290ba8dd391f9567003173da7af4831 | |
parent | 441362d06be349430d06e37286adce4b90e6ce96 [diff] |
GFS2: Fix unlock of fcntl locks during withdrawn state When withdraw occurs, we need to continue to allow unlocks of fcntl locks to occur, however these will only be local, since the node has withdrawn from the cluster. This prevents triggering a VFS level bug trap due to locks remaining when a file is closed. Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>