]> git.baikalelectronics.ru Git - 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)
commitf93765d6d6187a0959304da531c879763c954e9b
treed73406715785b0ce265bd85d5a54d22109420160
parentd44463ef57b2c8fe5f7f284c617689c64724f5f0
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