From: J. Bruce Fields Date: Mon, 7 Nov 2011 21:37:57 +0000 (-0500) Subject: nfsd4: fix lockowner matching X-Git-Tag: v3.3-rc1~67^2~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b93d87c19821ba7d3ee11557403d782e541071ad;p=pandora-kernel.git nfsd4: fix lockowner matching 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.) Cc: stable@kernel.org Signed-off-by: J. Bruce Fields --- Reading git-diff-tree failed