Changeset 2449396 in mainline for uspace/lib/ext4/libext4_ialloc.c


Ignore:
Timestamp:
2011-12-03T10:44:50Z (12 years ago)
Author:
Frantisek Princ <frantisek.princ@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
07fd4cd1
Parents:
ebcaff4
Message:

Removed setting deletion time in ialloc

File:
1 edited

Legend:

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

    rebcaff4 r2449396  
    9191        }
    9292
    93         time_t now = time(NULL);
    94         ext4_inode_set_deletion_time(inode_ref->inode, (uint32_t)now);
    95         inode_ref->dirty = true;
    96 
    9793        // if inode is directory, decrement directories count
    9894        if (ext4_inode_is_type(fs->superblock, inode_ref->inode, EXT4_INODE_MODE_DIRECTORY)) {
Note: See TracChangeset for help on using the changeset viewer.