]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
NLM/lockd: Ensure that nlmclnt_cancel() returns results of the CANCEL call
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Wed, 2 Apr 2008 18:40:53 +0000 (14:40 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Sat, 19 Apr 2008 20:53:45 +0000 (16:53 -0400)
commit6b4b3a752b3464f2fd9fe2837fb19270c23c1d6b
tree02c504fd397a5bb4f484e1205e2568bbcddfc2c5
parent8ec7ff74448f65ac963e330795d771ab14ec8408
NLM/lockd: Ensure that nlmclnt_cancel() returns results of the CANCEL call

Currently, it returns success as long as the RPC call was sent. We'd like
to know if the CANCEL operation succeeded on the server.

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