commit | 18d9cff40010cb13cc57c36c982b273140b6b73e | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Mon May 08 15:09:02 2017 +0200 |
committer | Christoph Hellwig <hch@lst.de> | Mon May 15 17:42:16 2017 +0200 |
tree | f273aaed2140356ab8fa3754a77c9c427e9b3317 | |
parent | 1fa2339123f596d0c7608670d9052805a90e92ca [diff] |
nfs: 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> Acked-by: Trond Myklebust <trond.myklebust@primarydata.com>