K 10 svn:author V 3 mav K 8 svn:date V 27 2016-03-20T20:20:37.731878Z K 7 svn:log V 307 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. END