Changeset c4eeb2f in mainline
- Timestamp:
- 2011-04-03T15:57:15Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2d7c77a
- Parents:
- 87d4422
- Location:
- uspace/srv/fs/minixfs
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/minixfs/mfs.h
r87d4422 rc4eeb2f 125 125 126 126 /*The following fields do not exist on disk but only in memory*/ 127 bool dirty; 127 128 /*Index of the dentry in the list*/ 128 129 unsigned index; 129 130 /*Pointer to the node at witch the dentry belongs*/ -
uspace/srv/fs/minixfs/mfs_dentry.c
r87d4422 rc4eeb2f 79 79 block_put(b); 80 80 81 d_info->dirty = false;82 81 d_info->index = index; 83 82 d_info->node = mnode;
Note:
See TracChangeset
for help on using the changeset viewer.