Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: [netbsd-4] src/sys/fs/udf



Module Name:    src
Committed By:   bouyer
Date:           Sun Jan 21 16:39:59 UTC 2007

Modified Files:
        src/sys/fs/udf [netbsd-4]: udf_subr.c

Log Message:
Pull up following revision(s) (requested by reinoud in ticket #376):
        sys/fs/udf/udf_subr.c: revisions 1.30 - 1.31
        sys/fs/udf/udf_subr.c: revision 1.31
Use the generic clock_ymdhms_to_secs() instead of home-brewn version to
translate UDF timestamps to timespec.
Fix important directory lookup bug that could result in an endless loop. It
fixes the case where a directory lookup is done in a directory has never
been visted/listed; the search optimalisation that searches the directory
from where it left behind the last time would never reach the initial
offset of zero since it would always have at least processed one entry.


To generate a diff of this commit:
cvs rdiff -r1.23.2.2 -r1.23.2.3 src/sys/fs/udf/udf_subr.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index