From: J. Bruce Fields Date: Mon, 7 Nov 2011 21:37:57 +0000 (-0500) Subject: nfsd4: fix lockowner matching X-Git-Tag: v3.2.2~61 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4c5ecfd2e16701c2e99397e017212c3ef63243f4;p=pandora-kernel.git nfsd4: fix lockowner matching commit b93d87c19821ba7d3ee11557403d782e541071ad upstream. Lockowners are looked up by file as well as by owner, but we were forgetting to do a comparison on the file. This could cause an incorrect result from lockt. (Note looking up the inode from the lockowner is pretty awkward here. The data structures need fixing.) Signed-off-by: J. Bruce Fields Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed