From: Trond Myklebust Date: Mon, 30 Jun 2014 15:48:38 +0000 (-0400) Subject: nfsd: lock owners are not per open stateid X-Git-Tag: omap-for-v3.17/fixes-against-rc2~101^2~138 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3c87b9b7c05d7775a3d942de588296025023c6d2;p=pandora-kernel.git nfsd: lock owners are not per open stateid In the NFSv4 spec, lock stateids are per-file objects. Lockowners are not. This patch replaces the current list of lock owners in the open stateids with a list of lock stateids. Signed-off-by: Trond Myklebust Reviewed-by: Christoph Hellwig Signed-off-by: J. Bruce Fields --- Reading git-diff-tree failed