• Josef Bacik's avatar
    Btrfs: delay iput with async extents · cb77fcd8
    Josef Bacik authored
    There is some concern that these iput()'s could be the final iputs and could
    induce lockups on people waiting on writeback.  This would happen in the
    rare case that we don't create ordered extents because of an error, but it
    is theoretically possible and we already have a mechanism to deal with this
    so just make them delayed iputs to negate any worry.
    Signed-off-by: default avatarJosef Bacik <josef@redhat.com>
    Signed-off-by: default avatarChris Mason <chris.mason@fusionio.com>
    cb77fcd8
inode.c 203 KB