commit | 6c9600a71d9c00a49e6a915b228f3f0b542a6067 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Mon May 08 20:03:15 2017 +0200 |
committer | Anna Schumaker <Anna.Schumaker@Netapp.com> | Thu Jul 13 15:58:01 2017 -0400 |
tree | 78a6c0070a2399dfb4bed74892082d40b5a0d003 | |
parent | 408b3d46ae06e1d219f31cbe629789a5e5c862aa [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>