Changeset 4f30222 in mainline for uspace/srv/fs/mfs/mfs_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/srv/fs/mfs/mfs_ops.c
rdde4689 r4f30222 296 296 static int 297 297 mfs_mounted(service_id_t service_id, const char *opts, fs_index_t *index, 298 aoff64_t *size , unsigned *linkcnt)298 aoff64_t *size) 299 299 { 300 300 enum cache_mode cmode; … … 353 353 *index = mroot->ino_i->index; 354 354 *size = mroot->ino_i->i_size; 355 *linkcnt = 1;356 355 357 356 return mfs_node_put(fn);
Note:
See TracChangeset
for help on using the changeset viewer.