]> git.karo-electronics.de Git - karo-tx-linux.git/commit
nfsd: fix decoder callback prototypes
authorChristoph Hellwig <hch@lst.de>
Mon, 8 May 2017 13:04:45 +0000 (15:04 +0200)
committerChristoph Hellwig <hch@lst.de>
Mon, 15 May 2017 15:42:14 +0000 (17:42 +0200)
commitd39916c48771597a3213758b6dc508b6b82083e4
tree88728644910b3685297e80256a948a71a9c596bf
parent305c62417f2e5ff9e784ff7b52e493368373e2d7
nfsd: 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>
fs/nfsd/nfs4callback.c