Changeset 1f1cc9d in mainline
- Timestamp:
- 2011-03-29T18:02:43Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 152610a8
- Parents:
- fde8a27
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/minixfs/mfs_inode.c
rfde8a27 r1f1cc9d 61 61 const int itable_off = 2 + sbi->ibmap_blocks + sbi->zbmap_blocks; 62 62 63 if (block_get(&b, instance->handle, itable_off + inum / V1_INODES_PER_BLOCK, 63 if (block_get(&b, instance->handle, 64 itable_off + inum / V1_INODES_PER_BLOCK, 64 65 BLOCK_FLAGS_NONE) != EOK) 65 66 goto out_err;
Note:
See TracChangeset
for help on using the changeset viewer.