Changeset c25e39b in mainline for uspace/lib/ext4/libext4_inode.c


Ignore:
Timestamp:
2011-10-31T15:21:09Z (13 years ago)
Author:
Frantisek Princ <frantisek.princ@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a9a0982
Parents:
c83a55c
Message:

bugfix, TODO resolving

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/ext4/libext4_inode.c

    rc83a55c rc25e39b  
    3333/**
    3434 * @file        libext4_inode.c
    35  * @brief       Ext4 inode operations.
     35 * @brief       Ext4 inode structure operations.
    3636 */
    3737
     
    135135                                        return 0;
    136136                                }
    137                                 EXT4FS_DBG("get block");
    138 
    139137
    140138                                header = (ext4_extent_header_t *)block->data;
Note: See TracChangeset for help on using the changeset viewer.