]> git.baikalelectronics.ru Git - kernel.git/commit
NLM/lockd: Ensure client locking calls use correct credentials
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Wed, 2 Apr 2008 18:44:05 +0000 (14:44 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Sat, 19 Apr 2008 20:54:43 +0000 (16:54 -0400)
commitd2234d5700ec6dcbcc8e007f589f3599d883f446
tree8d6aec826f4673cf0aea98dda2c5ce39185a5d0b
parent031a252ef8ca956f8dbdc9b3832a7e3eb3ec8069
NLM/lockd: Ensure client locking calls use correct credentials

Now that we've added the 'generic' credentials (that are independent of the
rpc_client) to the nfs_open_context, we can use those in the NLM client to
ensure that the lock/unlock requests are authenticated to whoever
originally opened the file.

Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/lockd/clntproc.c