Changeset 2d0d637 in mainline for uspace/srv/fs/fat/fat_directory.c
- Timestamp:
- 2011-06-21T18:56:31Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 61e29a4d
- Parents:
- 9553d7d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/fat/fat_directory.c
r9553d7d r2d0d637 254 254 } 255 255 256 int fat_directory_write(fat_directory_t *di, char *name, fat_dentry_t *de) 257 { 258 /* TODO: create LFN records if necessarry and create SFN record */ 259 return EOK; 260 } 261 262 256 263 257 264 /**
Note:
See TracChangeset
for help on using the changeset viewer.