Changeset 43a9968 in mainline for uspace/srv/fs/ext4fs/ext4fs_ops.c


Ignore:
Timestamp:
2011-11-08T08:07:02Z (14 years ago)
Author:
Frantisek Princ <frantisek.princ@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
e31e56a1
Parents:
12b4a7f
Message:

fixed compilation error

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/fs/ext4fs/ext4fs_ops.c

    r12b4a7f r43a9968  
    955955
    956956
    957         if (! ext4_inode_can_truncate(inode_ref->inode)) {
     957        if (! ext4_inode_can_truncate(fs->superblock, inode_ref->inode)) {
    958958                // Unable to truncate
    959959                return EINVAL;
Note: See TracChangeset for help on using the changeset viewer.