Changeset 5ab597d in mainline for uspace/srv/fs/fat/fat_ops.c
- Timestamp:
- 2008-08-22T19:44:52Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- be8f92d
- Parents:
- 2e4bd1f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/fat/fat_ops.c
r2e4bd1f r5ab597d 738 738 rootp->firstc = FAT_CLST_ROOT; 739 739 rootp->refcnt = 1; 740 rootp->lnkcnt = 0; /* FS root is not linked */ 740 741 rootp->size = rde * sizeof(fat_dentry_t); 741 742 rootp->idx = ridxp; … … 744 745 futex_up(&ridxp->lock); 745 746 746 ipc_answer_ 0(rid, EOK);747 ipc_answer_3(rid, EOK, ridxp->index, rootp->size, rootp->lnkcnt); 747 748 } 748 749
Note:
See TracChangeset
for help on using the changeset viewer.