Changeset 9269c88 in mainline
- Timestamp:
- 2011-10-11T21:45:40Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 6d4d883
- Parents:
- bf08ff0
- Location:
- uspace/srv/fs/mfs
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/mfs/mfs_inode.c
rbf08ff0 r9269c88 322 322 323 323 if (size_shrink == 0) { 324 /* File is empty*/324 /*Nothing to be done*/ 325 325 return EOK; 326 326 } -
uspace/srv/fs/mfs/mfs_ops.c
rbf08ff0 r9269c88 897 897 898 898 if (block == 0) { 899 /*Writing in a sparse block*/900 899 uint32_t dummy; 901 900
Note:
See TracChangeset
for help on using the changeset viewer.