From: J. Bruce Fields Date: Mon, 7 Nov 2011 22:40:10 +0000 (-0500) Subject: nfsd4: add a separate (lockowner, inode) lookup X-Git-Tag: v3.3-rc1~67^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=009673b439cf74d70a486fca0177e274febd81a7;p=pandora-kernel.git nfsd4: add a separate (lockowner, inode) lookup Address the possible performance regression mentioned in "nfsd4: hash lockowners to simplify RELEASE_LOCKOWNER" by providing a separate (lockowner, inode) hash. Really, I doubt this matters much, but I think it's likely we'll change these data structures here and I'd rather that the need for (owner, inode) lookups be well-documented. Signed-off-by: J. Bruce Fields --- Reading git-diff-tree failed