• S
    GFS2: Clean up stuffed file copying · 602c89d2
    Steven Whitehouse 提交于
    If the inode size was corrupt for stuffed files, it was possible
    for the copying of data to overrun the block and/or page. This patch
    checks for that condition so that this is no longer possible.
    
    This is also preparation for the new truncate sequence patch which
    requires the ability to have stuffed files with larger sizes than
    (disk block size - sizeof(on disk inode)) with the restriction that
    only the initial part of the file may be non-zero.
    Signed-off-by: NSteven Whitehouse <swhiteho@redhat.com>
    602c89d2
aops.c 29.9 KB