svn commit: r240209 - head/sys/dev/twe

John Baldwin jhb at freebsd.org
Fri Sep 7 19:16:48 UTC 2012


On Friday, September 07, 2012 2:41:19 pm John Baldwin wrote:
> Author: jhb
> Date: Fri Sep  7 18:41:19 2012
> New Revision: 240209
> URL: http://svn.freebsd.org/changeset/base/240209
> 
> Log:
>   Remove remaining 4.x compat shims.  No resulting changes (verified by
>   md5).

FYI, verifying by md5 did require some tweaking.  First, I had to hack
ensure LOCK_DEBUG was off in <sys/lock.h> so that merely shuffling things
around wouldn't introduce noise in __LINE__ args passed to mtx_*().  Second,
I had to leave the typedefs for 'twe_bio' and 'twe_bioq' in even if they
were unused.  With those changes the md5 sums were the same.  I removed
the 'twe_bio' and 'twe_bioq' typedefs for the commit however.

-- 
John Baldwin


More information about the svn-src-all mailing list