From: Miklos Szeredi Date: Mon, 12 Sep 2011 07:31:49 +0000 (+0200) Subject: fuse: fix flock breakage X-Git-Tag: v3.1-rc6~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=24114504c4d585ec4aae7a2b2acb81bf741f8c8a;p=pandora-kernel.git fuse: fix flock breakage Commit 37fb3a30b4 ("fuse: fix flock") added in 3.1-rc4 caused flock() to fail with ENOSYS with the kernel ABI version 7.16 or earlier. Fix by falling back to testing FUSE_POSIX_LOCKS for ABI versions 7.16 and earlier. Reported-by: Martin Ziegler Signed-off-by: Miklos Szeredi Tested-by: Martin Ziegler Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed