Re: svn commit: r240951 - head/sys/kern

2012-09-26 Thread John Baldwin
On Wednesday, September 26, 2012 5:25:12 am Konstantin Belousov wrote: > Author: kib > Date: Wed Sep 26 09:25:11 2012 > New Revision: 240951 > URL: http://svn.freebsd.org/changeset/base/240951 > > Log: > Make the updates of the tid ring buffer' head and tail pointers > explicit by moving them

svn commit: r240951 - head/sys/kern

2012-09-26 Thread Konstantin Belousov
Author: kib Date: Wed Sep 26 09:25:11 2012 New Revision: 240951 URL: http://svn.freebsd.org/changeset/base/240951 Log: Make the updates of the tid ring buffer' head and tail pointers explicit by moving them into separate statements from the buffer element accesses. Requested by: jhb M