From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: [PATCH 0/4] second batch of new truncate sequence preparations Date: Mon, 31 May 2010 11:39:54 +0200 Message-ID: <20100531093954.GA9946@lst.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: jack@suse.cz, linux-fsdevel@vger.kernel.org To: viro@zeniv.linux.org.uk, npiggin@suse.de Return-path: Received: from verein.lst.de ([213.95.11.210]:49667 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756529Ab0EaJj7 (ORCPT ); Mon, 31 May 2010 05:39:59 -0400 Content-Disposition: inline Sender: linux-fsdevel-owner@vger.kernel.org List-ID: Shift all calls of vmtruncate from generic setattr code into the filesystem instances. This implies making ->setattr mandatory for filesystems that need to update disk state.