Changeset 4f30222 in mainline for uspace/srv/fs/cdfs/cdfs_ops.c


Ignore:
Timestamp:
2017-05-16T21:58:20Z (7 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
3ec2acc
Parents:
dde4689
Message:

VFS_OUT_MOUNTED does not need to return the link count

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/fs/cdfs/cdfs_ops.c

    rdde4689 r4f30222  
    11191119
    11201120static int cdfs_mounted(service_id_t service_id, const char *opts,
    1121     fs_index_t *index, aoff64_t *size, unsigned int *lnkcnt)
     1121    fs_index_t *index, aoff64_t *size)
    11221122{
    11231123        /* Initialize the block layer */
     
    11761176        *index = root->index;
    11771177        *size = root->size;
    1178         *lnkcnt = root->lnkcnt;
    11791178       
    11801179        return EOK;
Note: See TracChangeset for help on using the changeset viewer.