commit | b93d87c19821ba7d3ee11557403d782e541071ad | [log] [tgz] |
---|---|---|
author | J. Bruce Fields <bfields@redhat.com> | Mon Nov 07 16:37:57 2011 -0500 |
committer | J. Bruce Fields <bfields@redhat.com> | Mon Nov 07 21:10:47 2011 -0500 |
tree | 982cdf816584c05131e497e3d79503e91260db8f | |
parent | f8e6defe7f4456d8700e5a3796a1e9fb54a88543 [diff] |
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 <bfields@redhat.com>