commit | ce63f891e1a87ae79c4325dad5f512e8d6a8a78e | [log] [tgz] |
---|---|---|
author | Jiri Kosina <jkosina@suse.cz> | Tue Mar 15 11:28:59 2016 +0100 |
committer | David Sterba <dsterba@suse.com> | Tue Mar 22 10:08:47 2016 +0100 |
tree | d73406715785b0ce265bd85d5a54d22109420160 | |
parent | 838fe1887765f4cc679febea60d87d2a06bd300e [diff] |
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>