Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Mar 2010 20:52:52 +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:  <201003222053.o2MKr3hC088451@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jkim        2010-03-22 20:52:52 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sys/fs/fdescfs       fdesc_vnops.c 
  Log:
  SVN rev 205470 on 2010-03-22 20:52:52Z by jkim
  
  MFC:    r205223
  
  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.
  
  Revision  Changes    Path
  1.99.2.3  +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?201003222053.o2MKr3hC088451>