--- inode.c~    Fri Mar 30 02:19:32 2001
+++ inode.c     Fri May 11 01:43:11 2001
@@ -526,6 +526,8 @@
    ih->u.ih_entry_count = 2;
    ih->ih_item_len = EMPTY_DIR_SIZE;

+    memset (empty_dir, 0, EMPTY_DIR_SIZE);
+
    body = empty_dir;
    deh = (struct reiserfs_de_head *)body;