]> git.baikalelectronics.ru Git - kernel.git/commit
btrfs: raid56: add new helper for starting async work
authorDavid Sterba <dsterba@suse.com>
Fri, 29 Jun 2018 08:56:56 +0000 (10:56 +0200)
committerDavid Sterba <dsterba@suse.com>
Mon, 6 Aug 2018 11:12:44 +0000 (13:12 +0200)
commit66bc8df5525c74ec15cd1335bb63c121ec54a0b2
treeb3022a953af5e0e9375488ab6c61dff41cbe747b
parent9f4614d30d4d13237bc49652f7d9c55a59531d60
btrfs: raid56: add new helper for starting async work

Add helper that schedules a given function to run on the rmw workqueue.
This will replace several standalone helpers.

Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/raid56.c