From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.windriver.com (mail.windriver.com [147.11.1.11]) by mail.openembedded.org (Postfix) with ESMTP id C1B8D6D8F6 for ; Mon, 18 Nov 2013 12:59:55 +0000 (UTC) Received: from ALA-HCB.corp.ad.wrs.com (ala-hcb.corp.ad.wrs.com [147.11.189.41]) by mail.windriver.com (8.14.5/8.14.5) with ESMTP id rAICxvaA007970 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=FAIL); Mon, 18 Nov 2013 04:59:57 -0800 (PST) Received: from [128.224.162.242] (128.224.162.242) by ALA-HCB.corp.ad.wrs.com (147.11.189.41) with Microsoft SMTP Server id 14.2.347.0; Mon, 18 Nov 2013 04:59:56 -0800 Message-ID: <528A0F36.7070605@windriver.com> Date: Mon, 18 Nov 2013 20:59:34 +0800 From: Robert Yang User-Agent: Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20100101 Thunderbird/24.0 MIME-Version: 1.0 To: Otavio Salvador , Saul Wold References: <1384480333-7671-1-git-send-email-sgw@linux.intel.com> In-Reply-To: Cc: Patches and discussions about the oe-core layer Subject: Re: [PATCH] sysvinit: unmount the psplash lazyily X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Nov 2013 12:59:55 -0000 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit On 11/15/2013 09:29 PM, Otavio Salvador wrote: > On Thu, Nov 14, 2013 at 11:52 PM, Saul Wold wrote: >> There is an race condition where psplash is not quite exited before the unmount occurs >> causing a umount: /mnt/.psplash: target is busy message to appear, it's ok to lazyily >> unmount and not get this message >> >> [YOCTO #5244] >> >> Signed-off-by: Saul Wold > > Agreed. > > Acked-by: Otavio Salvador > > Robert, please consider it to be included in dora. This is a simple > and nice bugfix. > Hi Otavio, Thanks, I will try to add it in dora. // Robert