From: Marc Eshel Date: Tue, 28 Nov 2006 21:26:41 +0000 (-0500) Subject: nfsd4: Convert NFSv4 to new lock interface X-Git-Tag: v2.6.22-rc1~818^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd85b8170dabbf021987875ef7f903791f4f181e;p=pandora-kernel.git nfsd4: Convert NFSv4 to new lock interface Convert NFSv4 to the new lock interface. We don't define any callback for now, so we're not taking advantage of the asynchronous feature--that's less critical for the multi-threaded nfsd then it is for the single-threaded lockd. But this does allow a cluster filesystems to export cluster-coherent locking to NFS. Note that it's cluster filesystems that are the issue--of the filesystems that define lock methods (nfs, cifs, etc.), most are not exportable by nfsd. Signed-off-by: Marc Eshel Signed-off-by: J. Bruce Fields --- Reading git-diff-tree failed