Date: Tue, 3 Mar 2009 13:10:25 +0000 (UTC) From: Andriy Gapon <avg@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/fs/udf udf_vnops.c Message-ID: <200903031733.n23HXTkR095150@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
avg 2009-03-03 13:10:25 UTC FreeBSD src repository Modified files: sys/fs/udf udf_vnops.c Log: SVN rev 189302 on 2009-03-03 13:10:25Z by avg udf_readdir: do not advance offset if entry can not be uio-ed Previosly readdir missed some directory entries because there was no space for them in current uio but directory stream offset was advanced nevertheless. jhb has discoved the issue and provided a test-case. Reviewed by: bde Approved by: jhb (mentor) Revision Changes Path 1.85 +1 -1 src/sys/fs/udf/udf_vnops.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200903031733.n23HXTkR095150>