Changeset 4f30222 in mainline for uspace/lib/ext4/src/ops.c
- Timestamp:
- 2017-05-16T21:58:20Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 3ec2acc
- Parents:
- dde4689
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ext4/src/ops.c
rdde4689 r4f30222 920 920 * @param index Output value - index of root node 921 921 * @param size Output value - size of root node 922 * @param lnkcnt Output value - link count of root node923 922 * 924 923 * @return Error code … … 926 925 */ 927 926 static int ext4_mounted(service_id_t service_id, const char *opts, 928 fs_index_t *index, aoff64_t *size , unsigned *lnkcnt)927 fs_index_t *index, aoff64_t *size) 929 928 { 930 929 ext4_filesystem_t *fs; … … 962 961 *index = EXT4_INODE_ROOT_INDEX; 963 962 *size = rnsize; 964 *lnkcnt = 1;965 963 966 964 return EOK;
Note:
See TracChangeset
for help on using the changeset viewer.