X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/9bccf70c0258c7cac2dcb80011b2a964d884c552..c0fea4742e91338fffdcf79f86a7c1d5e2b97eb1:/bsd/hfs/hfscommon/headers/BTreeScanner.h?ds=sidebyside diff --git a/bsd/hfs/hfscommon/headers/BTreeScanner.h b/bsd/hfs/hfscommon/headers/BTreeScanner.h index ce9cf3002..368dd18c1 100644 --- a/bsd/hfs/hfscommon/headers/BTreeScanner.h +++ b/bsd/hfs/hfscommon/headers/BTreeScanner.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 1996-2002 Apple Computer, Inc. All rights reserved. + * Copyright (c) 1996-2004 Apple Computer, Inc. All rights reserved. * * @APPLE_LICENSE_HEADER_START@ * @@ -36,7 +36,6 @@ // amount of time we are allowed to process a catalog search (in ยต secs) // NOTE - code assumes kMaxMicroSecsInKernel is less than 1,000,000 -// jertodo - what should we set this to? enum { kMaxMicroSecsInKernel = (1000 * 100) }; // 1 tenth of a second // btree node scanner buffer size. at 32K we get 8 nodes. this is the size used