Changeset 132ab5d1 in mainline for uspace/srv/fs/mfs/mfs_rw.c
- Timestamp:
- 2018-01-30T03:20:45Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5a6cc679
- Parents:
- 8bfb163 (diff), 6a5d05b (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 edited
-
uspace/srv/fs/mfs/mfs_rw.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/mfs/mfs_rw.c
r8bfb163 r132ab5d1 59 59 * @param pos Position in file. 60 60 * 61 * @return EOK on success or a negativeerror code.61 * @return EOK on success or an error code. 62 62 */ 63 63 int … … 236 236 * @param new_size The new size of the inode. 237 237 * 238 * @return EOK on success or a negativeerror code.238 * @return EOK on success or an error code. 239 239 */ 240 240 int … … 244 244 struct mfs_sb_info *sbi = inst->sbi; 245 245 struct mfs_ino_info *ino_i = mnode->ino_i; 246 int nr_direct, ptrs_per_block, rblock, r; 246 int nr_direct, ptrs_per_block, rblock; 247 int r; 247 248 int i; 248 249
Note:
See TracChangeset
for help on using the changeset viewer.
