Re: [RFC][PATCH] ext4: Convert uninitialized extent to initialized extent in case of file system full

2008-02-22 Thread Aneesh Kumar K.V
On Fri, Feb 22, 2008 at 08:01:28PM +0530, Aneesh Kumar K.V wrote: + + /* Now write all the buffer_heads in the page */ + do { + set_buffer_uptodate(bh); + if (ext4_should_journal_data(inode)) { + err =

Re: [RFC][PATCH] ext4: Convert uninitialized extent to initialized extent in case of file system full

2008-02-21 Thread Mingming Cao
Hi Aneesh, It's a good start, a few comments below.. On Fri, 2008-02-22 at 00:47 +0530, Aneesh Kumar K.V wrote: From 6a73edd4dbb32344e6a83ebdc07edd0e96d376bd Mon Sep 17 00:00:00 2001 From: Aneesh Kumar K.V [EMAIL PROTECTED] Date: Thu, 21 Feb 2008 23:57:38 +0530 Subject: [PATCH] ext4: Convert