K 10 svn:author V 3 avg K 8 svn:date V 27 2009-02-19T15:05:30.327983Z K 7 svn:log V 349 fs/udf: fix incorrect error return (-1) when reading a large dir Not enough space in user-land buffer is not an error, userland will read further until eof is reached. So instead of propagating -1 to caller we convert it to zero/success. cd9660 code works exactly the same way. PR: kern/78987 Reviewed by: jhb (mentor) Approved by: jhb (mentor) END