Changeset 4f30222 in mainline for uspace/srv/fs/exfat/exfat_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/exfat/exfat_ops.c

    rdde4689 r4f30222  
    10811081static int
    10821082exfat_mounted(service_id_t service_id, const char *opts, fs_index_t *index,
    1083     aoff64_t *size, unsigned *linkcnt)
     1083    aoff64_t *size)
    10841084{
    10851085        int rc;
     
    12591259        *index = rootp->idx->index;
    12601260        *size = rootp->size;
    1261         *linkcnt = rootp->lnkcnt;
    12621261       
    12631262        return EOK;
Note: See TracChangeset for help on using the changeset viewer.