K 10 svn:author V 3 avg K 8 svn:date V 27 2009-03-03T13:10:25.523118Z K 7 svn:log V 314 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) END