Date: Mon, 22 Mar 2010 20:41:44 +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: <201003222041.o2MKfvXB077124@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jkim 2010-03-22 20:41:44 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_7)
sys/fs/fdescfs fdesc_vnops.c
Log:
SVN rev 205469 on 2010-03-22 20:41:44Z 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.104.2.4 +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?201003222041.o2MKfvXB077124>
