K 10 svn:author V 3 mav K 8 svn:date V 27 2009-11-17T21:45:28.506749Z K 7 svn:log V 327 MFC r196964: 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