Re: [EXT4 set 1][PATCH 1/2] Add noextents mount option

2007-07-10 Thread Mingming Cao
On Tue, 2007-07-10 at 16:30 -0700, Andrew Morton wrote: > On Sun, 01 Jul 2007 03:35:48 -0400 > Mingming Cao <[EMAIL PROTECTED]> wrote: > > > Add a mount option to turn off extents. > > Please update the changelog to describe the reason for making this change. > > Sure, I will update the change

Re: [EXT4 set 1][PATCH 1/2] Add noextents mount option

2007-07-10 Thread Andrew Morton
On Sun, 01 Jul 2007 03:35:48 -0400 Mingming Cao <[EMAIL PROTECTED]> wrote: > Add a mount option to turn off extents. Please update the changelog to describe the reason for making this change. > Signed-off-by: Mingming Cao <[EMAIL PROTECTED]> > --- > Index: linux-2.6.22-rc4/fs/ext4/super.c > ===

[EXT4 set 1][PATCH 1/2] Add noextents mount option

2007-07-01 Thread Mingming Cao
Add a mount option to turn off extents. Signed-off-by: Mingming Cao <[EMAIL PROTECTED]> --- Index: linux-2.6.22-rc4/fs/ext4/super.c === --- linux-2.6.22-rc4.orig/fs/ext4/super.c 2007-06-11 17:02:18.0 -0700 +++ linux-2.6