commit | bf96391e7b59a994c8aa72f5c425e3897ee799fa | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Mon May 08 09:34:04 2017 +0200 |
committer | Christoph Hellwig <hch@lst.de> | Mon May 15 17:42:09 2017 +0200 |
tree | 8d9c18080cef2cf4c569ff50dddbe23fc07e58ac | |
parent | 7d55f7febab6af865630ccb3a0fac9a144c459df [diff] |
lockd: fix encoder callback prototypes Declare the p_encode callbacks with the proper prototype instead of casting to kxdreproc_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>