Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Aug 2001 23:42:32 -0700 (PDT)
From:      Poul-Henning Kamp <phk@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/fs/devfs devfs_vnops.c
Message-ID:  <200108140642.f7E6gWN85361@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
phk         2001/08/13 23:42:32 PDT

  Modified files:
    sys/fs/devfs         devfs_vnops.c 
  Log:
       linux ls fails on DEVFS /dev because linux_getdents fails because
       linux_getdents uses VOP_READDIR( ..., &ncookies, &cookies ) instead of
       VOP_READDIR( ..., NULL, NULL ) because it seems to need the offsets for
       linux_dirent and sizeof(dirent) != sizeof(linux_dirent)...
  
  PR:	29467
  Submitted by:	Michael Reifenberger <root@nihil.plaut.de>
  Reviewed by:	phk
  
  Revision  Changes    Path
  1.27      +23 -5     src/sys/fs/devfs/devfs_vnops.c


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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