Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Sep 2012 15:14:30 -0400
From:      John Baldwin <jhb@freebsd.org>
To:        src-committers@freebsd.org
Cc:        svn-src-head@freebsd.org, svn-src-all@freebsd.org
Subject:   Re: svn commit: r240209 - head/sys/dev/twe
Message-ID:  <201209071514.30725.jhb@freebsd.org>
In-Reply-To: <201209071841.q87IfJEF045693@svn.freebsd.org>
References:  <201209071841.q87IfJEF045693@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209071514.30725.jhb>