nfsd/sunrpc: move sv_module parm into sv_ops
authorJeff Layton <jlayton@primarydata.com>
Mon, 8 Jun 2015 19:05:56 +0000 (12:05 -0700)
committerJ. Bruce Fields <bfields@redhat.com>
Mon, 10 Aug 2015 20:05:41 +0000 (16:05 -0400)
commit758f62fff9ad630f05866a1dd6ae9453a7730c2e
tree07bf53619da925bc2b74e6365b9fff5ce0cd906d
parentc369014f1776367269c8fbb5ea8932826d89ce2f
nfsd/sunrpc: move sv_module parm into sv_ops

...not technically an operation, but it's more convenient and cleaner
to pass the module pointer in this struct.

Signed-off-by: Shirley Ma <shirley.ma@oracle.com>
Acked-by: Jeff Layton <jlayton@primarydata.com>
Tested-by: Shirley Ma <shirley.ma@oracle.com>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
fs/nfsd/nfssvc.c
include/linux/sunrpc/svc.h
net/sunrpc/svc.c