Changes in uspace/srv/fs/fat/fat_ops.c [1ee00b7:c91f2d1b] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/fat/fat_ops.c
r1ee00b7 rc91f2d1b 818 818 819 819 /* prepare the boot block */ 820 rc = block_bb_read(dev_handle, BS_BLOCK );820 rc = block_bb_read(dev_handle, BS_BLOCK * BS_SIZE, BS_SIZE); 821 821 if (rc != EOK) { 822 822 block_fini(dev_handle);
Note:
See TracChangeset
for help on using the changeset viewer.