Changes in uspace/srv/fs/fat/fat_ops.c [ffa2c8ef:9fec913] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/fat/fat_ops.c
rffa2c8ef r9fec913 325 325 uint16_t_le2host(d->firstc)); 326 326 if (rc != EOK) { 327 (void) block_put(b); 327 328 (void) fat_node_put(FS_NODE(nodep)); 328 329 return rc;
Note:
See TracChangeset
for help on using the changeset viewer.