From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marco Stornelli Subject: Re: [PATCH] hostfs: fix a not needed double check Date: Sat, 24 Nov 2012 10:08:54 +0100 Message-ID: <50B08EA6.6030108@gmail.com> References: <508276D3.5000708@gmail.com> <50A8A382.7020400@gmail.com> <50B08D28.40809@gmail.com> <20121124101220.75802fd1@spider.haslach.nod.at> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Linus Torvalds , Jeff Dike , user-mode-linux-devel@lists.sourceforge.net, linux-kernel@vger.kernel.org, Christoph Hellwig , Linux FS Devel To: Richard Weinberger Return-path: Received: from mail-ee0-f46.google.com ([74.125.83.46]:38170 "EHLO mail-ee0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932789Ab2KXJPf (ORCPT ); Sat, 24 Nov 2012 04:15:35 -0500 In-Reply-To: <20121124101220.75802fd1@spider.haslach.nod.at> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: Il 24/11/2012 10:12, Richard Weinberger ha scritto: > Am Sat, 24 Nov 2012 10:02:32 +0100 > schrieb Marco Stornelli : > >> Il 18/11/2012 09:59, Marco Stornelli ha scritto: >>> Il 20/10/2012 12:02, Marco Stornelli ha scritto: >>>> With the commit 3be2be0a32c18b0fd6d623cda63174a332ca0de1 we removed >>>> vmtruncate, >>>> but actaully there is no need to call inode_newsize_ok() because >>>> the checks are >>>> already done in inode_change_ok() at the begin of the function. >>>> >>>> Signed-off-by: Marco Stornelli >> >> I didn't receive any feedback from Weinberger, could you consider >> this patch for next -rc? > > Whoops. Sorry. -ENOMAL. > > I can carry this patch through uml.git > > Thanks, > //richard > No problem, thanks :) Marco