Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Apr 1997 06:50:58 -0800 (PST)
From:      Doug Rabson <dfr>
To:        CVS-committers, cvs-all, cvs-sys
Subject:   cvs commit:  src/sys/i386/linux linux_file.c
Message-ID:  <199704051450.GAA10978@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
dfr         97/04/05 06:50:57

  Modified:    sys/i386/linux  linux_file.c
  Log:
  Fix linux_getdents so that it can cope with filesystems which translate
  the directory format (ext2fs, cd9660).  For these filesystems, it must use
  cookies to find the correct offset to use for subsequent reads.  Without it,
  linux /bin/ls tends to loop re-reading the same block over and over again.
  
  2.2 candidate.
  
  Revision  Changes    Path
  1.13      +46 -10    src/sys/i386/linux/linux_file.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199704051450.GAA10978>