Changeset cb052b4 in mainline for uspace/srv/fs/fat/fat_ops.c
- Timestamp:
- 2011-04-30T08:02:46Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 875edff6
- Parents:
- ce8f4f4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/fat/fat_ops.c
rce8f4f4 rcb052b4 1003 1003 } 1004 1004 1005 /* Return NOT SUPPORTED if try to mount FAT32 */1006 if (!FAT_IS_FAT12(bs) && !FAT_IS_FAT16(bs)) {1007 block_fini(devmap_handle);1008 async_answer_0(rid, ENOTSUP);1009 return;1010 }1011 1012 1005 /* Do some simple sanity checks on the file system. */ 1013 1006 rc = fat_sanity_check(bs, devmap_handle);
Note:
See TracChangeset
for help on using the changeset viewer.