K 10 svn:author V 3 mav K 8 svn:date V 27 2009-09-08T05:46:38.124124Z K 7 svn:log V 314 Do not check proper request alignment here in geom_dev in production. It will be checked any way later by g_io_check() in g_io_schedule_down(). It is only needed here to not trigger panic from additional check, when INVARIANTS enabled. So cover it with #ifdef INVARIANTS. It saves two 64bit divisions per request. END