From: Sachin Prabhu Date: Wed, 10 Mar 2010 15:28:40 +0000 (-0500) Subject: [PATCH] Skip check for mandatory locks when unlocking X-Git-Tag: v2.6.34-rc3~5^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ee860b6a650360c91f5d5f9a94262aad9be90015;p=pandora-kernel.git [PATCH] Skip check for mandatory locks when unlocking ocfs2_lock() will skip locks on file which has mode set to 02666. This is a problem in cases where the mode of the file is changed after a process has obtained a lock on the file. ocfs2_lock() should skip the check for mandatory locks when unlocking a file. Signed-off-by: Sachin Prabhu Signed-off-by: Joel Becker --- Reading git-diff-tree failed