Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Mar 2010 19:59:14 +0000 (UTC)
From:      Jung-uk Kim <jkim@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/fs/fdescfs fdesc_vnops.c
Message-ID:  <201003161959.o2GJxfWZ079333@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jkim        2010-03-16 19:59:14 UTC

  FreeBSD src repository

  Modified files:
    sys/fs/fdescfs       fdesc_vnops.c 
  Log:
  SVN rev 205223 on 2010-03-16 19:59:14Z by jkim
  
  Fix a long standing regression of readdir(3) in fdescfs(5) introduced
  in r1.48.  We were stopping at the first null pointer when multiple file
  descriptors were opened and one in the middle was closed.  This restores
  traditional behaviour of fdescfs.
  
  MFC after:      3 days
  
  Revision  Changes    Path
  1.118     +13 -16    src/sys/fs/fdescfs/fdesc_vnops.c



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