mirror_zfs/module/os
hpingfs 4d04e41e4d
zfs_ctldir: fix incorrect argument type of rw_destroy
The argument type of rw_destroy is (krwlock_t *) while currently
krwlock_t is passed in zfs_ctldir.c. This error is hidden because
rw_destroy is defined as ((void) 0) in linux. But anyway, this
mismatch should be fixed.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Ping Huang <huangping@smartx.com>
Closes #13272
2022-03-30 15:40:31 -07:00
..
freebsd Fix ACL checks for NFS kernel server 2022-03-18 06:47:57 -06:00
linux zfs_ctldir: fix incorrect argument type of rw_destroy 2022-03-30 15:40:31 -07:00