From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dmitry Monakhov Subject: Re: [PATCH 1/2] truncate: introduce new sequence Date: Tue, 16 Mar 2010 17:01:49 +0300 Message-ID: <87aau8icvm.fsf@openvz.org> References: <20100302110430.GG8653@laptop> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Al Viro , linux-fsdevel@vger.kernel.org, Christoph Hellwig , Jan Kara To: Nick Piggin Return-path: Received: from mail-bw0-f209.google.com ([209.85.218.209]:56626 "EHLO mail-bw0-f209.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757835Ab0CPOB4 (ORCPT ); Tue, 16 Mar 2010 10:01:56 -0400 Received: by bwz1 with SMTP id 1so80536bwz.1 for ; Tue, 16 Mar 2010 07:01:54 -0700 (PDT) In-Reply-To: <20100302110430.GG8653@laptop> (Nick Piggin's message of "Tue, 2 Mar 2010 22:04:30 +1100") Sender: linux-fsdevel-owner@vger.kernel.org List-ID: What is the patch's destiny, was it accepted to some dev-tree? If no, please clarify when it will be accepted. Basically want to move newsize_ok check out from vmtruncate to inode_change_ok to fix nasty bugs in setattr() and it is depends on Nick's patch.