Skip to content

Commit

Permalink
SUNRPC: Move EXPORT_SYMBOL for svc_process
Browse files Browse the repository at this point in the history
Clean up.

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
  • Loading branch information
Chuck Lever authored and J. Bruce Fields committed Jun 3, 2015
1 parent e2b836c commit 3f87d5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/sunrpc/svc.c
Original file line number Diff line number Diff line change
Expand Up @@ -1290,7 +1290,6 @@ svc_process_common(struct svc_rqst *rqstp, struct kvec *argv, struct kvec *resv)
svc_putnl(resv, ntohl(rpc_stat));
goto sendit;
}
EXPORT_SYMBOL_GPL(svc_process);

/*
* Process the RPC request.
Expand Down Expand Up @@ -1338,6 +1337,7 @@ svc_process(struct svc_rqst *rqstp)
svc_drop(rqstp);
return 0;
}
EXPORT_SYMBOL_GPL(svc_process);

#if defined(CONFIG_SUNRPC_BACKCHANNEL)
/*
Expand Down

0 comments on commit 3f87d5d

Please sign in to comment.