From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Morton Subject: Re: [PATCH] eCryptfs: Delay writing 0's after llseek until write Date: Mon, 21 May 2007 21:07:08 -0700 Message-ID: <20070521210708.67d365dc.akpm@linux-foundation.org> References: <20070521230021.GD3621@us.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: LKML , linux-fsdevel@vger.kernel.org To: Michael Halcrow Return-path: Received: from smtp2.linux-foundation.org ([207.189.120.14]:59610 "EHLO smtp2.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755107AbXEVEJF (ORCPT ); Tue, 22 May 2007 00:09:05 -0400 In-Reply-To: <20070521230021.GD3621@us.ibm.com> Sender: linux-fsdevel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org On Mon, 21 May 2007 18:00:21 -0500 Michael Halcrow wrote: > Delay writing 0's out in eCryptfs after a seek past the end of the > file until data is actually written. a) why? b) what is the impact upon a user of them not having this patch?