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/ufs/ufs/inode.h,v rcsdiff: /ftp/cvs/cvsroot/src/sys/ufs/ufs/inode.h,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.58 retrieving revision 1.58.6.2 diff -u -p -r1.58 -r1.58.6.2 --- src/sys/ufs/ufs/inode.h 2011/07/12 02:22:13 1.58 +++ src/sys/ufs/ufs/inode.h 2012/06/02 11:09:41 1.58.6.2 @@ -1,4 +1,4 @@ -/* $NetBSD: inode.h,v 1.58 2011/07/12 02:22:13 dholland Exp $ */ +/* $NetBSD: inode.h,v 1.58.6.2 2012/06/02 11:09:41 mrg Exp $ */ /* * Copyright (c) 1982, 1989, 1993 @@ -50,6 +50,9 @@ * Lookup result state (other than the result inode). This is * currently stashed in the vnode between VOP_LOOKUP and directory * operation VOPs, which is gross. + * + * XXX ulr_diroff is a lookup hint from the previos call of VOP_LOOKUP. + * probably it should not be here. */ struct ufs_lookup_results { int32_t ulr_count; /* Size of free slot in directory. */ @@ -242,7 +245,7 @@ struct inode { #define IN_ADIROP 0x0200 /* LFS: dirop in progress */ #define IN_SPACECOUNTED 0x0400 /* Blocks to be freed in free count. */ #define IN_PAGING 0x1000 /* LFS: file is on paging queue */ - +#define IN_CDIROP 0x4000 /* LFS: dirop completed pending i/o */ #if defined(_KERNEL) /*