Changeset 1919 for Whitix/trunk/fs/fat/super.c
- Timestamp:
- 02/25/09 01:37:00 (3 years ago)
- Files:
-
- 1 modified
-
Whitix/trunk/fs/fat/super.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
Whitix/trunk/fs/fat/super.c
r1912 r1919 116 116 sbInfo->freeClusters = info->freeClusters; 117 117 sbInfo->fsInfoSector = fsInfoSector; 118 119 KePrint("sbInfo->freeClusters = %#X\n", sbInfo->freeClusters); 120 118 121 119 out: 122 120 if (ret)
