]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r286223 (by smh): Fix KSTACK_PAGES check in ZFS module
authormav <mav@FreeBSD.org>
Sun, 20 Mar 2016 20:20:37 +0000 (20:20 +0000)
committermav <mav@FreeBSD.org>
Sun, 20 Mar 2016 20:20:37 +0000 (20:20 +0000)
commitb4affa0246b12e289d1d0015629b5668660b925e
tree058d09f3d79b52e8f7b4b2dd14082a400f7f5459
parent495e63a6681b828671980c26d135f5ed2af0d6c2
MFC r286223 (by smh): Fix KSTACK_PAGES check in ZFS module

The check introduced by r285946 failed to add the dependency on
opt_kstack_pages.h which meant the default value for the platform instead
of the customised options KSTACK_PAGES=X was being tested.

Also wrap in #ifdef __FreeBSD__ for portability.
sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_ioctl.c