Changes in uspace/srv/fs/exfat/exfat_fat.c [db8626d:395df52] 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
rdb8626d r395df52 540 540 * does not contain a exfat file system. 541 541 */ 542 int exfat_sanity_check(exfat_bs_t *bs , service_id_t service_id)542 int exfat_sanity_check(exfat_bs_t *bs) 543 543 { 544 544 if (str_cmp((char const *)bs->oem_name, "EXFAT "))
Note:
See TracChangeset
for help on using the changeset viewer.
