Show
Ignore:
Timestamp:
07/10/08 00:12:57 (5 months ago)
Author:
mwhitworth
Message:

Add WaitForBuffer. Should fix the null buffers.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • Whitix/branches/fs/fs/vfs/bcache.c

    r770 r773  
    480480                { 
    481481                        BufferGet(curr); 
     482                        WaitForBuffer(curr); 
    482483                        ret=curr; 
    483484                        goto out;