From: Trond Myklebust Date: Thu, 29 Jun 2006 20:38:32 +0000 (-0400) Subject: VFS: Allow caller to determine if BSD or posix locks were actually freed X-Git-Tag: v2.6.18-rc1~4^2^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f475ae957db66650db66916c62604ac27409d884;p=pandora-kernel.git VFS: Allow caller to determine if BSD or posix locks were actually freed Change posix_lock_file_conf(), and flock_lock_file() so that if called with an F_UNLCK argument, and the FL_EXISTS flag they will indicate whether or not any locks were actually freed by returning 0 or -ENOENT. Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed