• Josef Bacik's avatar
    Btrfs: fix leaked space in truncate · 7041ee97
    Josef Bacik authored
    We were occasionaly leaking space when running xfstest 269.  This is because if
    we failed to start the transaction in the truncate loop we'd just goto out, but
    we need to break so that the inode is removed from the orphan list and the space
    is properly freed.  Thanks,
    Signed-off-by: default avatarJosef Bacik <josef@redhat.com>
    7041ee97
inode.c 195 KB