commit | b60e985980948f65d9833e5be7adccb6df321368 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Mon May 08 20:03:15 2017 +0200 |
committer | Christoph Hellwig <hch@lst.de> | Mon May 15 17:42:27 2017 +0200 |
tree | dafe5273c1c3add7717d1ff0ffbc1bfb4d6765ed | |
parent | 35f297e5370bd511a171f7de0c5a31ee661f2e7e [diff] |
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>