commit | 555966beff70ed612728521f0c12298a5127b7e5 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Mon May 08 15:00:29 2017 +0200 |
committer | Anna Schumaker <Anna.Schumaker@Netapp.com> | Thu Jul 13 15:57:54 2017 -0400 |
tree | 37585e7d2dba35a5dc654f74816388493aaaf306 | |
parent | 993328e2b31fedc35276a4828039ad7af6d519cb [diff] |
sunrpc: fix decoder callback prototypes Declare the p_decode callbacks with the proper prototype instead of casting to kxdrdproc_t and losing all type safety. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Jeff Layton <jlayton@redhat.com>