Show
Ignore:
Timestamp:
07/11/08 12:23:03 (5 months ago)
Author:
mwhitworth
Message:

Fix preemption code in bcache.c and vcache.c.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • Whitix/trunk/fs/vfs/vcache.c

    r700 r778  
    6060                        /* Found it */ 
    6161                        ++curr->refs; 
     62                        SpinUnlock(&superBlock->nodeListLock); 
    6263                        VNodeWaitOn(curr); 
    63                         SpinUnlock(&superBlock->nodeListLock); 
    6464                        return curr; 
    6565                }