]> git.baikalelectronics.ru Git - kernel.git/commit
NLM/lockd: Ensure we don't corrupt fl->fl_flags in nlmclnt_unlock()
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Tue, 1 Apr 2008 22:57:06 +0000 (18:57 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Sat, 19 Apr 2008 20:53:30 +0000 (16:53 -0400)
commitb083f32e03672011f67b6cc1b470bdce3a765d77
tree5300720549fa750dc81b39a2ae5238840906a8ca
parente52d524c87386c9ed621fd17846b765d85dd1c20
NLM/lockd: Ensure we don't corrupt fl->fl_flags in nlmclnt_unlock()

Also fix up nlmclnt_lock() so that it doesn't pass modified versions of
fl->fl_flags to nlmclnt_cancel() and other helpers.

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