Changes in uspace/srv/fs/exfat/exfat_fat.c [395df52:db8626d] in mainline
- File:
-
- 1 edited
-
uspace/srv/fs/exfat/exfat_fat.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/exfat/exfat_fat.c
r395df52 rdb8626d 540 540 * does not contain a exfat file system. 541 541 */ 542 int exfat_sanity_check(exfat_bs_t *bs )542 int exfat_sanity_check(exfat_bs_t *bs, service_id_t service_id) 543 543 { 544 544 if (str_cmp((char const *)bs->oem_name, "EXFAT "))
Note:
See TracChangeset
for help on using the changeset viewer.
