From: J. Bruce Fields Date: Fri, 11 May 2007 20:09:32 +0000 (-0400) Subject: locks: make posix_test_lock() interface more consistent X-Git-Tag: v2.6.23-rc1~482^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6d34ac199a4af5c678a3a8f3275aeb2586b72da3;p=pandora-kernel.git locks: make posix_test_lock() interface more consistent Since posix_test_lock(), like fcntl() and ->lock(), indicates absence or presence of a conflict lock by setting fl_type to, respectively, F_UNLCK or something other than F_UNLCK, the return value is no longer needed. Signed-off-by: "J. Bruce Fields" --- Reading git-diff-tree failed