Changeset 03bc76a in mainline for uspace/srv/fs/minixfs/mfs_dentry.c


Ignore:
Timestamp:
2011-09-04T12:33:10Z (13 years ago)
Author:
Maurizio Lombardi <m.lombardi85@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c699b0c
Parents:
8ff0bd2
Message:

Get rid of VFS_OUT method switch and IPC unmarshalling

File:
1 edited

Legend:

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

    r8ff0bd2 r03bc76a  
    6161        }
    6262
    63         r = block_get(&b, inst->handle, block, BLOCK_FLAGS_NONE);
     63        r = block_get(&b, inst->service_id, block, BLOCK_FLAGS_NONE);
    6464        on_error(r, goto out_err);
    6565
     
    115115        on_error(r, goto out);
    116116
    117         r = block_get(&b, mnode->instance->handle, block, BLOCK_FLAGS_NONE);
     117        r = block_get(&b, mnode->instance->service_id, block, BLOCK_FLAGS_NONE);
    118118        on_error(r, goto out);
    119119
Note: See TracChangeset for help on using the changeset viewer.