DragonFly BSD
DragonFly commits List (threaded) for 2010-01
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: git: kernel - Fix bug in recent swap/paging work


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxx>
Date: Mon, 25 Jan 2010 07:35:34 -0800 (PST)

:
:On 1/23/10 07:52 AM, YONETANI Tomokazu wrote:
:>                                                   except
:> for changing the variable `i' when swap_burst_read is set.
:
:This part was wrong, `++i' never gets executed because of
:`break', so i is always set to 1.

    Oops, I meant to remove that break.  The break was part
    of the original debug code.  I replaced it with the
    swap_burst_read test and meant to remove the break.

    It won't hurt master, it just means the VM system won't
    burst pageins from swap even if swap_burst_read is set
    to 1 for the moment.

    I'll retest w/ burst_read set to 1 and the break removed
    before I commit the fix.

					-Matt
					Matthew Dillon 
					<dillon@backplane.com>



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]