On Friday 14 March 2003 17:30, Ralf Hildebrandt wrote:
Hi Ralf,
> > There's a new set of ext2/3 patches for 2.4.21-pre5 available at:
> > http://thunk.org/tytso/linux/extfs-2.4-update/extfs-update-2.4.21pre5-2
> Question: It would be cool if the patch would manifest itself in the
> dmesg output in any way, eg. I still only see:
> EXT3 FS 2.4-0.9.19, 19 August 2002 on ide0(3,1), internal journal
> instead of:
> EXT3 FS 2.4-0.9.19+orlov/htree, 12 March 2003 on ide0(3,1), internal
> journal
I agree. Therefore I have such small patches in my WOLK tree :) Attached.
ciao, Marc
--- linux-old/include/linux/ext2_fs.h 2002-11-19 19:39:17.000000000 +0100
+++ linux-wolk/include/linux/ext2_fs.h 2002-11-19 19:47:29.000000000 +0100
@@ -46,8 +46,8 @@
/*
* The second extended file system version
*/
-#define EXT2FS_DATE "95/08/09"
-#define EXT2FS_VERSION "0.5b"
+#define EXT2FS_DATE "03/03/13"
+#define EXT2FS_VERSION "0.5b-orlov"
/*
* Debug code
--- linux-2.4-ext3merge/include/linux/ext3_fs.h.=K0006=.orig Thu Sep 26 12:19:14 2002
+++ linux-2.4-ext3merge/include/linux/ext3_fs.h Thu Sep 26 12:25:37 2002
@@ -36,8 +36,8 @@
/*
* The second extended file system version
*/
-#define EXT3FS_DATE "19 August 2002"
-#define EXT3FS_VERSION "2.4-0.9.19"
+#define EXT3FS_DATE "13. March 2003"
+#define EXT3FS_VERSION "2.4-0.9.19-tuned-htree-orlov"
/*
* Always enable hashed directories