• T
    ext4: Automatically allocate delay allocated blocks on rename · 8750c6d5
    Theodore Ts'o 提交于
    When renaming a file such that a link to another inode is overwritten,
    force any delay allocated blocks that to be allocated so that if the
    filesystem is mounted with data=ordered, the data blocks will be
    pushed out to disk along with the journal commit.  Many application
    programs expect this, so we do this to avoid zero length files if the
    system crashes unexpectedly.
    Signed-off-by: N"Theodore Ts'o" <tytso@mit.edu>
    8750c6d5
namei.c 68.9 KB