* Michael Seiwert (M.Seiwert@linuxraid.de) [20000827 11:02]:
kann man 2.4.0-test6 problemlos, d.h. stabil betreiben ?
Mit test6 hatte ich so meine Probleme, lag aber wahrscheinlich am Kompiler (gcc 2.96). test7 läuft bisher zufriedenstellend, allerdings brauchte reiserfs diesen kleinen Patch: --- linux/fs/reiserfs/dir.c.original Sun Aug 27 15:15:10 2000 +++ linux/fs/reiserfs/dir.c Sun Aug 27 15:14:54 2000 @@ -162,7 +162,7 @@ // user space buffer is swapped out. At that time // entry can move to somewhere else memcpy (local_buf, d_name, d_reclen); - if (filldir (dirent, d_name, d_reclen, d_off, d_ino) < 0) { + if (filldir (dirent, d_name, d_reclen, d_off, d_ino, DT_DIR) < 0) { if (local_buf != small_buf) { kfree(local_buf) ; } Philipp -- Philipp Thomas <pthomas@suse.de> Development, SuSE GmbH, Schanzaecker Str. 10, D-90443 Nuremberg, Germany #define NINODE 50 /* number of in core inodes */ #define NPROC 30 /* max number of processes */ -- Version 7 UNIX for PDP 11, /usr/include/sys/param.h --------------------------------------------------------------------- To unsubscribe, e-mail: suse-linux-unsubscribe@suse.com For additional commands, e-mail: suse-linux-help@suse.com