Changeset 528e5b3 in mainline for uspace/srv/fs/ext4fs/ext4fs_ops.c
- Timestamp:
- 2011-11-18T17:06:12Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- ae3d4f8
- Parents:
- d5ba17f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/ext4fs/ext4fs_ops.c
rd5ba17f r528e5b3 972 972 973 973 if (fblock == 0) { 974 975 974 rc = ext4_balloc_alloc_block(fs, inode_ref, &fblock); 976 975 if (rc != EOK) { 977 EXT4FS_DBG("allocation failed");978 976 ext4fs_node_put(fn); 979 977 async_answer_0(callid, rc);
Note:
See TracChangeset
for help on using the changeset viewer.