Changeset 8c18b7a in mainline for uspace/srv/fs/exfat/exfat.c
- Timestamp:
- 2011-08-02T19:58:37Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 36c2679
- Parents:
- 04a153f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/exfat/exfat.c
r04a153f r8c18b7a 110 110 break; 111 111 case VFS_OUT_LOOKUP: 112 /* exfat_lookup(callid, &call); */ 113 async_answer_0(callid, ENOTSUP); 112 exfat_lookup(callid, &call); 114 113 break; 115 114 case VFS_OUT_READ:
Note:
See TracChangeset
for help on using the changeset viewer.