Changeset 778 for Whitix/trunk/fs/vfs/vcache.c
- Timestamp:
- 07/11/08 12:23:03 (5 months ago)
- Files:
-
- 1 modified
-
Whitix/trunk/fs/vfs/vcache.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
Whitix/trunk/fs/vfs/vcache.c
r700 r778 60 60 /* Found it */ 61 61 ++curr->refs; 62 SpinUnlock(&superBlock->nodeListLock); 62 63 VNodeWaitOn(curr); 63 SpinUnlock(&superBlock->nodeListLock);64 64 return curr; 65 65 }