~pbxt-core/pbxt/2.0

« back to all changes in this revision

Viewing changes to src/cache_xt.cc

  • Committer: Paul McCullagh
  • Date: 2010-05-03 12:43:05 UTC
  • mfrom: (831.2.21 1.5-trunk)
  • Revision ID: paul.mccullagh@primebase.org-20100503124305-ifpcfm7234cx4371
Merged with 1.5 trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
377
377
        DcSegmentPtr    seg = NULL;
378
378
        XTIndBlockPtr   xblock;
379
379
 
 
380
        (void) thread; /*DRIZZLED*/
 
381
 
380
382
        /* The lock order is:
381
383
         * 1. Cache segment (cs_lock) - This is only by ind_free_block()!
382
384
         * 1. S/Slock cache block (cb_lock)
834
836
        xtIndexNodeID   address;
835
837
        DcSegmentPtr    seg;
836
838
 
 
839
        (void) ot; /*DRIZZLED*/
 
840
 
837
841
#ifdef DEBUG_CHECK_IND_CACHE
838
842
        xt_ind_check_cache(NULL);
839
843
#endif