]> git.karo-electronics.de Git - karo-tx-linux.git/commit
GFS2: Fix unlock of fcntl locks during withdrawn state
authorSteven Whitehouse <swhiteho@redhat.com>
Thu, 14 Mar 2013 15:49:59 +0000 (15:49 +0000)
committerSteven Whitehouse <swhiteho@redhat.com>
Thu, 14 Mar 2013 15:49:59 +0000 (15:49 +0000)
commit98b5ae374b3f2196bf6ae61f9ab2f4dfee5a011a
tree372a485c4494aa2ba96d600871b337b311c4bc22
parent633f27c45b4d89cbafad13549dbfcc7177f8f6c6
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>
fs/gfs2/file.c