Changeset 401 for trunk/kernel/vfs/fatfs.h
- Timestamp:
- Aug 17, 2017, 3:02:18 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kernel/vfs/fatfs.h
r367 r401 249 249 * It must be called by a thread running in cluster containing the mapper. 250 250 * The pointer on the mapper and the page index in file are found in the page descriptor. 251 * WARNING : The inode field in the mapper must be NULL for the FAT mapper.252 * Thisis used to implement a specific behaviour to access the FAT zone on device.251 * WARNING : The inode field in the mapper MUST be NULL for the FAT mapper, as this 252 * is used to implement a specific behaviour to access the FAT zone on device. 253 253 ***************************************************************************************** 254 254 * @ page : local pointer on page descriptor.
Note: See TracChangeset
for help on using the changeset viewer.