]> git.karo-electronics.de Git - mv-sheeva.git/commit
SUNRPC move svc_drop to caller of svc_process_common
authorAndy Adamson <andros@netapp.com>
Thu, 6 Jan 2011 02:04:24 +0000 (02:04 +0000)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Thu, 6 Jan 2011 19:46:23 +0000 (14:46 -0500)
commit4b5b3ba16be1b195d2e1161746637acd4b9fed4f
tree6e58eb24836d73b8fd756d9dff7199a88a9ebafe
parent64c2ce8b72eceec4030b04bca32d098b3d1431bb
SUNRPC move svc_drop to caller of svc_process_common

The NFSv4.1 shared back channel does not need to call svc_drop because the
callback service never outlives the single connection it services, and it
reuses it's buffers and keeps the trasport.

Signed-off-by: Andy Adamson <andros@netapp.com>
Acked-by: Bruce Fields <bfields@redhat.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
net/sunrpc/svc.c