Changeset a885ab8 in mainline for uspace/srv/fs/exfat/exfat_directory.c
- Timestamp:
- 2011-12-08T21:44:25Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 04aaed8f
- Parents:
- 055be8a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/exfat/exfat_directory.c
r055be8a ra885ab8 92 92 int rc = EOK; 93 93 94 if (di->b) 94 if (di->b) { 95 95 rc = block_put(di->b); 96 di->b = NULL; 97 } 96 98 97 99 return rc;
Note:
See TracChangeset
for help on using the changeset viewer.