commit | eb69853da9459280d89876cfc3da11292e59f7af | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Mon May 08 20:58:35 2017 +0200 |
committer | Christoph Hellwig <hch@lst.de> | Mon May 15 17:42:29 2017 +0200 |
tree | e7f761d184d688e8a5ab912b8c3b2d779c4d4d76 | |
parent | 1c1226385b44c1f66dafb3c56b68455ee565dbbf [diff] |
nfsd4: properly type op_func callbacks Pass union nfsd4_op_u to the op_func callbacks instead of using unsafe function pointer casts. It also adds two missing structures to struct nfsd4_op.u to facilitate this. Signed-off-by: Christoph Hellwig <hch@lst.de>