Changeset 809 for Whitix/branches/fs/fs/ext3/balloc.c
- Timestamp:
- 07/15/08 10:05:10 (4 years ago)
- Files:
-
- 1 modified
-
Whitix/branches/fs/fs/ext3/balloc.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
Whitix/branches/fs/fs/ext3/balloc.c
r802 r809 90 90 91 91 buffer=BlockRead(superBlock->sDevice, desc->blockBitmap); 92 93 /* TODO: Keep a cache? */ 92 94 93 95 return buffer;
