Changeset 8c18b7a in mainline for uspace/srv/fs/exfat/exfat.c


Ignore:
Timestamp:
2011-08-02T19:58:37Z (13 years ago)
Author:
Oleg Romanenko <romanenko.oleg@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
36c2679
Parents:
04a153f
Message:

IMplement exfat_lookup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/fs/exfat/exfat.c

    r04a153f r8c18b7a  
    110110                        break;
    111111                case VFS_OUT_LOOKUP:
    112                         /* exfat_lookup(callid, &call); */
    113                         async_answer_0(callid, ENOTSUP);
     112                        exfat_lookup(callid, &call);
    114113                        break;
    115114                case VFS_OUT_READ:
Note: See TracChangeset for help on using the changeset viewer.