Changeset 5581b469 in mainline for uspace/srv/fs/tmpfs/tmpfs.c
- Timestamp:
- 2010-11-29T19:33:07Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f07f6b2
- Parents:
- 7329e6a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/tmpfs/tmpfs.c
r7329e6a r5581b469 57 57 vfs_info_t tmpfs_vfs_info = { 58 58 .name = NAME, 59 .concurrent_read_write = false, 60 .write_retains_size = false, 59 61 }; 60 62
Note:
See TracChangeset
for help on using the changeset viewer.