]> 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)
commit3172f60d7a301f0116968cc64ab69e430e2befd3
treeb3022a953af5e0e9375488ab6c61dff41cbe747b
parent4eab88eb5e868d9d7c3e316db8067d892cb1f47f
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