commit | 1cad7ea6fe98dc414bd3df55275c147bd15ebf97 | [log] [tgz] |
---|---|---|
author | Ricardo Labiaga <ricardo.labiaga@netapp.com> | Wed Apr 01 09:23:06 2009 -0400 |
committer | Benny Halevy <bhalevy@panasas.com> | Wed Jun 17 14:11:28 2009 -0700 |
tree | 1df4c7075e6a197bc95d69e6d1c95a8b8f4b8646 | |
parent | 0d90ba1cd416525c4825c111db862d8b15a02e9b [diff] |
nfs41: Refactor svc_process() net/sunrpc/svc.c:svc_process() is used by the NFSv4 callback service to process RPC requests arriving over connections initiated by the server. NFSv4.1 supports callbacks over the backchannel on connections initiated by the client. This patch refactors svc_process() so that common code can also be used by the backchannel. Signed-off-by: Ricardo Labiaga <ricardo.labiaga@netapp.com> Signed-off-by: Benny Halevy <bhalevy@panasas.com>