CVSROOT: /cvs Module name: src Changes by: [email protected] 2013/09/22 09:42:54
Modified files:
sys/isofs/udf : udf_vnops.c
Log message:
On return, uio_offset needs to be set to the offset of the first entry
not returned instead of the offset after that one.
udf_uiodir() returns -1 when there isn't enough space for the next entry,
so just break from the loop and return 0 in that case.
Remove the bogus printf there now that this is handled correctly.
problem reported by espie@
