From: Daniel Phillips This patch restores my copyright notice for the HTree directory index, inadvertently omitted during the conversion from Ext2 to Ext3. fs/ext3/dir.c | 3 +++ 1 files changed, 3 insertions(+) diff -puN fs/ext3/dir.c~restore-daniels-c fs/ext3/dir.c --- 25/fs/ext3/dir.c~restore-daniels-c 2003-06-18 17:49:03.000000000 -0700 +++ 25-akpm/fs/ext3/dir.c 2003-06-18 17:49:03.000000000 -0700 @@ -16,6 +16,9 @@ * * Big-endian to little-endian byte-swapping/bitmaps by * David S. Miller (davem@caip.rutgers.edu), 1995 + * + * Hash Tree Directory indexing (c) 2001 Daniel Phillips + * */ #include _