commit | 1fa2339123f596d0c7608670d9052805a90e92ca | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Mon May 08 15:06:20 2017 +0200 |
committer | Christoph Hellwig <hch@lst.de> | Mon May 15 17:42:15 2017 +0200 |
tree | c177d0809838ffdbde1c1788ff0fa0f25ef1bf7d | |
parent | d39916c48771597a3213758b6dc508b6b82083e4 [diff] |
lockd: 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>