Changeset 127d999 in mainline
- Timestamp:
- 2011-04-17T21:20:46Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 1494e52
- Parents:
- 3ab580a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/minixfs/mfs_inode.c
r3ab580a r127d999 332 332 start_zone += (old_size % bs) != 0; 333 333 334 mfsdebug("zones to add = %u\n", zones_to_add); 335 336 if (zones_to_add == 0) { 337 /*Set the new inode size and exit*/ 338 ino_i->i_size = new_size; 339 ino_i->dirty = true; 340 return EOK; 341 } 342 334 343 int r; 335 344 for (i = 0; i < zones_to_add; ++i) {
Note:
See TracChangeset
for help on using the changeset viewer.