Changeset 43a9968 in mainline for uspace/srv/fs/ext4fs/ext4fs_ops.c
- Timestamp:
- 2011-11-08T08:07:02Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e31e56a1
- Parents:
- 12b4a7f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/ext4fs/ext4fs_ops.c
r12b4a7f r43a9968 955 955 956 956 957 if (! ext4_inode_can_truncate( inode_ref->inode)) {957 if (! ext4_inode_can_truncate(fs->superblock, inode_ref->inode)) { 958 958 // Unable to truncate 959 959 return EINVAL;
Note:
See TracChangeset
for help on using the changeset viewer.