Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/fs/udf/udf.h,v rcsdiff: /ftp/cvs/cvsroot/src/sys/fs/udf/udf.h,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.4.18.2 retrieving revision 1.4.18.3 diff -u -p -r1.4.18.2 -r1.4.18.3 --- src/sys/fs/udf/udf.h 2006/08/27 01:15:35 1.4.18.2 +++ src/sys/fs/udf/udf.h 2006/09/25 02:38:48 1.4.18.3 @@ -1,4 +1,4 @@ -/* $NetBSD: udf.h,v 1.4.18.2 2006/08/27 01:15:35 riz Exp $ */ +/* $NetBSD: udf.h,v 1.4.18.3 2006/09/25 02:38:48 riz Exp $ */ /* * Copyright (c) 2006 Reinoud Zandijk @@ -230,6 +230,7 @@ struct udf_node { struct long_ad loc; /* FID/hash loc. */ struct long_ad next_loc; /* strat 4096 loc */ int needs_indirect; /* has missing indr. */ + uint64_t last_diroffset; /* speeding up lookup*/ /* TODO support for allocation extents? */