[ext2resize] error in latest online-ext3 patch
Status: Inactive
Brought to you by:
adilger
From: <ext...@in...> - 2002-08-29 03:56:26
|
Hello Andreas (and all), I just tried to apply the latest version 27832: online-ext3-2.4.18.diff 2002-07-26 13:56 of your ext3online kernel patch to my kernel and found that it had an error in it. Seems like it might have been "hand edited". :-) Anyway, here is a patch to the patch to correct it: --- online-ext3-2.4.18.diff 2002-08-28 23:16:04.000000000 -0400 +++ online-ext3-2.4.18-bjm.diff 2002-08-28 23:26:46.000000000 -0400 @@ -36,7 +36,7 @@ diff -ru linux-2.4.18.orig/fs/ext3/Makefile linux-2.4.18-aed/fs/ext3/Makefile --- linux-2.4.18.orig/fs/ext3/Makefile Fri Dec 21 10:41:55 2001 +++ linux-2.4.18-aed/fs/ext3/Makefile Tue Jun 25 07:43:10 2002 -@@ -10,7 +10,7 @@ +@@ -10,7 +10,8 @@ O_TARGET :=3D ext3.o obj-y :=3D balloc.o bitmap.o dir.o file.o fsync.o ialloc.o inode.o \ I want to get this into my kernel so I can at least test on filesystems where I don't need to expand beyond the 16GB boundary (I only have one filesystem currently bigger than 16GB which is my PVR's video filesystem). I would like to see this all progress past "alpha" (where it's at currently). What is stopping it? Just lack of adoption? Is nobody interested in expanding ext3 filesystems online? Has the availability of this patch been announced on ext3-users and linux-lvm? Perhaps we can get some adopters there? b. --=20 Brian J. Murrell |