From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: [PATCH 04/21] procfs: drop vmtruncate Date: Wed, 24 Oct 2012 11:12:08 -0400 Message-ID: <20121024151208.GB24318@infradead.org> References: <5082965D.3070307@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Linux FS Devel , linux-kernel@vger.kernel.org To: Marco Stornelli Return-path: Content-Disposition: inline In-Reply-To: <5082965D.3070307@gmail.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org On Sat, Oct 20, 2012 at 02:17:33PM +0200, Marco Stornelli wrote: > Removed vmtruncate > > Signed-off-by: Marco Stornelli As Al pointed out we probably shouldn't even allow truncate on procfs. Can look into refusing it instead, please?