commit | 4b5b3ba16be1b195d2e1161746637acd4b9fed4f | [log] [tgz] |
---|---|---|
author | Andy Adamson <andros@netapp.com> | Thu Jan 06 02:04:24 2011 +0000 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Thu Jan 06 14:46:23 2011 -0500 |
tree | 6e58eb24836d73b8fd756d9dff7199a88a9ebafe | |
parent | 64c2ce8b72eceec4030b04bca32d098b3d1431bb [diff] |
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>