]> git.karo-electronics.de Git - karo-tx-linux.git/commit
nfsd4: properly type op_set_currentstateid callbacks
authorChristoph Hellwig <hch@lst.de>
Mon, 8 May 2017 18:03:15 +0000 (20:03 +0200)
committerChristoph Hellwig <hch@lst.de>
Mon, 15 May 2017 15:42:27 +0000 (17:42 +0200)
commitb60e985980948f65d9833e5be7adccb6df321368
treedafe5273c1c3add7717d1ff0ffbc1bfb4d6765ed
parent35f297e5370bd511a171f7de0c5a31ee661f2e7e
nfsd4: properly type op_set_currentstateid callbacks

Given the args union in struct nfsd4_op a name, and pass it to the
op_set_currentstateid callbacks instead of using unsafe function
pointer casts.

Signed-off-by: Christoph Hellwig <hch@lst.de>
fs/nfsd/current_stateid.h
fs/nfsd/nfs4proc.c
fs/nfsd/nfs4state.c
fs/nfsd/xdr4.h