Changeset 09ab0a9a in mainline for uspace/srv/fs/exfat/exfat_ops.c
- Timestamp:
- 2018-09-13T12:05:53Z (6 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- cc74cb5
- Parents:
- b2aaaa0
- git-author:
- Jiri Svoboda <jiri@…> (2018-09-13 07:09:46)
- git-committer:
- Jiri Svoboda <jiri@…> (2018-09-13 12:05:53)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/exfat/exfat_ops.c
rb2aaaa0 r09ab0a9a 283 283 } 284 284 285 286 285 /** Internal version of exfat_node_get(). 287 286 * … … 487 486 } 488 487 489 490 488 /* 491 489 * EXFAT libfs operations. … … 506 504 return exfat_node_get(rfn, service_id, EXFAT_UCTABLE_IDX); 507 505 } 508 509 506 510 507 errno_t exfat_match(fs_node_t **rfn, fs_node_t *pfn, const char *component) … … 885 882 } 886 883 887 888 884 fs_index_t exfat_index_get(fs_node_t *fn) 889 885 { … … 1232 1228 block_fini(service_id); 1233 1229 } 1234 1235 1230 1236 1231 /*
Note:
See TracChangeset
for help on using the changeset viewer.