]> git.baikalelectronics.ru Git - kernel.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, 4 Apr 2013 08:53:46 +0000 (09:53 +0100)
commit4b5972b179c37b572762a6c0b24ca5d0a7080a64
treec7bb17e1d290ba8dd391f9567003173da7af4831
parent1425f2ea6767f10bded58bf0460c01117e366a32
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