btrfs: simplify workqueue name when allocating
authorDavid Sterba <dsterba@suse.com>
Thu, 17 Jan 2019 16:15:18 +0000 (17:15 +0100)
committerDavid Sterba <dsterba@suse.com>
Mon, 25 Feb 2019 13:13:24 +0000 (14:13 +0100)
commitce3ded1061c8c610c304ac797c3b4680e5b8a5f1
tree849fda28e2f1364b44c049962bec852496a0db5b
parent09ba3bc9dd150457c506e4661380a6183af651c1
btrfs: simplify workqueue name when allocating

The workqueue name is constructed from a format string but the prefix
does not need to be set by %s.

Reviewed-by: Nikolay Borisov <nborisov@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/async-thread.c