Changeset 528e5b3 in mainline for uspace/srv/fs/ext4fs/ext4fs_ops.c


Ignore:
Timestamp:
2011-11-18T17:06:12Z (13 years ago)
Author:
Frantisek Princ <frantisek.princ@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
ae3d4f8
Parents:
d5ba17f
Message:

New bugs solved

File:
1 edited

Legend:

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

    rd5ba17f r528e5b3  
    972972
    973973        if (fblock == 0) {
    974 
    975974                rc =  ext4_balloc_alloc_block(fs, inode_ref, &fblock);
    976975                if (rc != EOK) {
    977                         EXT4FS_DBG("allocation failed");
    978976                        ext4fs_node_put(fn);
    979977                        async_answer_0(callid, rc);
Note: See TracChangeset for help on using the changeset viewer.