Skip to content

Commit 656e9f5

Browse files
committed
btrfs: rename btrfs_discard workqueue to btrfs-discard
We use the "btrfs-" prefix for our workqueues, the discard has underscore instead of dash, so unify it. Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com> Signed-off-by: David Sterba <dsterba@suse.com>
1 parent 13d6d86 commit 656e9f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fs/btrfs/disk-io.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1994,7 +1994,7 @@ static int btrfs_init_workqueues(struct btrfs_fs_info *fs_info)
19941994
btrfs_alloc_ordered_workqueue(fs_info, "qgroup-rescan",
19951995
ordered_flags);
19961996
fs_info->discard_ctl.discard_workers =
1997-
alloc_ordered_workqueue("btrfs_discard", WQ_FREEZABLE);
1997+
alloc_ordered_workqueue("btrfs-discard", WQ_FREEZABLE);
19981998

19991999
if (!(fs_info->workers &&
20002000
fs_info->delalloc_workers && fs_info->flush_workers &&

0 commit comments

Comments
 (0)