commit | c2a1102aa2add2f6757586541fc9c22d9b71bdf3 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Mon May 08 20:37:33 2017 +0200 |
committer | Anna Schumaker <Anna.Schumaker@Netapp.com> | Thu Jul 13 15:58:01 2017 -0400 |
tree | 548507c93b8b14e5db1f2fe9221189c6386681f3 | |
parent | 6c9600a71d9c00a49e6a915b228f3f0b542a6067 [diff] |
nfsd4: properly type op_get_currentstateid callbacks Pass union nfsd4_op_u to the op_set_currentstateid callbacks instead of using unsafe function pointer casts. Signed-off-by: Christoph Hellwig <hch@lst.de>