Changeset 3ca7059 in mainline
- Timestamp:
- 2008-03-05T20:39:38Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 7b6d98b
- Parents:
- adc8a63
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/tmpfs/tmpfs_ops.c
radc8a63 r3ca7059 187 187 return false; 188 188 root = (tmpfs_dentry_t *) tmpfs_create_node(L_DIRECTORY); 189 root->lnkcnt = 1; 189 190 return root != NULL; 190 191 }
Note:
See TracChangeset
for help on using the changeset viewer.