]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
btrfs: transaction_kthread() is not freezable
authorJiri Kosina <jkosina@suse.cz>
Tue, 15 Mar 2016 10:28:59 +0000 (11:28 +0100)
committerDavid Sterba <dsterba@suse.com>
Tue, 22 Mar 2016 09:08:47 +0000 (10:08 +0100)
commitce63f891e1a87ae79c4325dad5f512e8d6a8a78e
treed73406715785b0ce265bd85d5a54d22109420160
parent838fe1887765f4cc679febea60d87d2a06bd300e
btrfs: transaction_kthread() is not freezable

transaction_kthread() is calling try_to_freeze(), but that's just an
expeinsive no-op given the fact that the thread is not marked freezable.

After removing this, disk-io.c is now independent on freezer API.

Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/disk-io.c