K 10 svn:author V 3 avg K 8 svn:date V 27 2018-01-21T11:19:18.839777Z K 7 svn:log V 326 zfs: no need to check that size of zfs_cmd_t is not greater than IOCPARM_MAX Nowadays we do not pass zfs_cmd_t directly through the ioctl interface. Instead a small zfs_iocparm_t object is passed and the command is explicitly copied in and out. So, the check has become irrelevant. MFC after: 3 weeks Sponsored by: Panzura END