commit | 72edc37a2c7a30a4bc64889a4eaa8bfd3d308a3a | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Mon May 08 20:58:35 2017 +0200 |
committer | Anna Schumaker <Anna.Schumaker@Netapp.com> | Thu Jul 13 15:58:02 2017 -0400 |
tree | 36c05d46c94b988dd1f76c84e33cc2fe765a576f | |
parent | 62bbf8bbb2fa3aba16e29585b3396264c1a2b2f4 [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>