From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from sog-mx-3.v43.ch3.sourceforge.com ([172.29.43.193] helo=mx.sourceforge.net) by sfs-ml-2.v29.ch3.sourceforge.com with esmtp (Exim 4.76) (envelope-from ) id 1SrQGX-0002VM-SH for ltp-list@lists.sourceforge.net; Wed, 18 Jul 2012 09:09:53 +0000 Received: from mail-gh0-f175.google.com ([209.85.160.175]) by sog-mx-3.v43.ch3.sourceforge.com with esmtps (TLSv1:RC4-SHA:128) (Exim 4.76) id 1SrQGW-0002nL-Qv for ltp-list@lists.sourceforge.net; Wed, 18 Jul 2012 09:09:53 +0000 Received: by mail-gh0-f175.google.com with SMTP id z2so1379309ghb.34 for ; Wed, 18 Jul 2012 02:09:52 -0700 (PDT) Message-ID: <50067C18.6070001@casparzhang.com> Date: Wed, 18 Jul 2012 17:04:24 +0800 From: Caspar Zhang MIME-Version: 1.0 References: In-Reply-To: Subject: Re: [LTP] [PATCH] mm/lib: correct the log messages List-Id: Linux Test Project General Discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ltp-list-bounces@lists.sourceforge.net To: Zhouping Liu Cc: LTP list On 07/18/2012 04:51 PM, Zhouping Liu wrote: > commit 5ad42f6cae increased the sleep time of ksmd scanning > inside _wait_ksm_done(), but it forgot to update the log messages. > > Signed-off-by: Zhouping Liu > --- > testcases/kernel/mem/lib/mem.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/testcases/kernel/mem/lib/mem.c b/testcases/kernel/mem/lib/mem.c > index 9ec0454..81410d8 100644 > --- a/testcases/kernel/mem/lib/mem.c > +++ b/testcases/kernel/mem/lib/mem.c > @@ -183,7 +183,7 @@ static void _wait_ksmd_done(void) > } > > tst_resm(TINFO, "ksm daemon takes %ds to scan all mergeable pages", > - count * 5); > + count * 10); > } > > static void _group_check(int run, int pages_shared, int pages_sharing, > Acked-by: Caspar Zhang ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Ltp-list mailing list Ltp-list@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ltp-list