]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ocfs2/dlm: dlm_is_lockres_migrateable() returns boolean
authorSunil Mushran <sunil.mushran@oracle.com>
Thu, 19 May 2011 21:34:09 +0000 (14:34 -0700)
committerJoel Becker <jlbec@evilplan.org>
Tue, 24 May 2011 06:37:39 +0000 (23:37 -0700)
commit9f62e96084cd7ae6dedcfb4caf066ed6cc67e0d7
tree67a07e9c4ab93c72e1847ab0974cb601ce234251
parent10fca35ff12ad2a7017bce6567cffe9da443d7a2
ocfs2/dlm: dlm_is_lockres_migrateable() returns boolean

Patch cleans up the gunk added by commit 388c4bcb4e63e88fb1f312a2f5f9eb2623afcf5b.
dlm_is_lockres_migrateable() now returns 1 if lockresource is deemed
migrateable and 0 if not.

Signed-off-by: Sunil Mushran <sunil.mushran@oracle.com>
Signed-off-by: Joel Becker <jlbec@evilplan.org>
fs/ocfs2/dlm/dlmcommon.h
fs/ocfs2/dlm/dlmmaster.c