mirror_zfs/module/os/linux
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
..
spl Switch from _Noreturn to __attribute__((noreturn)) 2022-03-23 08:51:00 -07:00
zfs zfs_ctldir: fix incorrect argument type of rw_destroy 2022-03-30 15:40:31 -07:00