Changeset 82c198f in mainline
- Timestamp:
- 2011-04-05T21:19:14Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 40f7297
- Parents:
- 7bd68e6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/minixfs/mfs_inode.c
r7bd68e6 r82c198f 310 310 if (r != EOK) 311 311 return r; 312 313 ino_i->i_size += bs; 314 ino_i->dirty = true; 312 315 } 313 316 return EOK;
Note:
See TracChangeset
for help on using the changeset viewer.