Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: syssrc/sys/compat/linux/common



Module Name:    syssrc
Committed By:   jdolecek
Date:           Mon May 20 06:40:38 UTC 2002

Modified Files:
        syssrc/sys/compat/linux/common: linux_file64.c

Log Message:
linux_sys_getdents64(): make the d_off member point to next entry, rather
than current one; this is expected (even documented) behaviour of the
new system call
This fixes the endless loop when reading directories on NFS, though
applications won't see all directory entries due to different problem.
Fix by Matthias Scheler and Charles Hannum.


To generate a diff of this commit:
cvs rdiff -r1.16 -r1.17 syssrc/sys/compat/linux/common/linux_file64.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index