Changeset 54caa41b in mainline for uspace/srv/fs/minixfs/mfs.c


Ignore:
Timestamp:
2011-03-24T21:30:52Z (14 years ago)
Author:
Maurizio Lombardi <m.lombardi85@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
41202a9
Parents:
cfbcd86
Message:

Link mfs_has_children() function to the libfs_ops structure

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/fs/minixfs/mfs.c

    rcfbcd86 r54caa41b  
    107107                        mfs_stat(callid, &call);
    108108                        break;
     109                case VFS_OUT_LOOKUP:
     110                        mfs_lookup(callid, &call);
     111                        break;
    109112                default:
    110113                        async_answer_0(callid, ENOTSUP);
Note: See TracChangeset for help on using the changeset viewer.