From: J. Bruce Fields Date: Tue, 14 Nov 2006 20:51:40 +0000 (-0500) Subject: locks: provide a file lease method enabling cluster-coherent leases X-Git-Tag: v2.6.23-rc1~482^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f9ffed26d6f3e6ac9988947242821579d615fda7;p=pandora-kernel.git locks: provide a file lease method enabling cluster-coherent leases Currently leases are only kept locally, so there's no way for a distributed filesystem to enforce them against multiple clients. We're particularly interested in the case of nfsd exporting a cluster filesystem, in which case nfsd needs cluster-coherent leases in order to implement delegations correctly. Also add some documentation. Signed-off-by: J. Bruce Fields --- Reading git-diff-tree failed