From: Marc Eshel Date: Tue, 28 Nov 2006 21:26:47 +0000 (-0500) Subject: lockd: save lock state on deferral X-Git-Tag: v2.6.22-rc1~818^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b36f412ab6f2e5b64af9832b20eb7ef67d025b4;p=pandora-kernel.git lockd: save lock state on deferral We need to keep some state for a pending asynchronous lock request, so this patch adds that state to struct nlm_block. This also adds a function which defers the request, by calling rqstp->rq_chandle.defer and storing the resulting deferred request in a nlm_block structure which we insert into lockd's global block list. That new function isn't called yet, so it's dead code until a later patch. Signed-off-by: Marc Eshel Signed-off-by: J. Bruce Fields --- Reading git-diff-tree failed