commit | cdc6f1668e1f41b9fbdb0ae075b789c5fa0bec4b | [log] [tgz] |
---|---|---|
author | Omar Sandoval <osandov@fb.com> | Mon Sep 16 11:30:52 2019 -0700 |
committer | David Sterba <dsterba@suse.com> | Mon Nov 18 12:46:47 2019 +0100 |
tree | 71b4c588df9532f19e81da595ae4aa5c6842e972 | |
parent | b3f167aa6c7053b87fa53364fc40dd4757f053c9 [diff] |
btrfs: get rid of unnecessary memset() of work item Commit fc97fab0ea59 ("btrfs: Replace fs_info->qgroup_rescan_worker workqueue with btrfs_workqueue.") converted qgroup_rescan_work to be initialized with btrfs_init_work(), but it left behind an unnecessary memset(). Get rid of the memset(). Reviewed-by: Johannes Thumshirn <jthumshirn@suse.de> Signed-off-by: Omar Sandoval <osandov@fb.com> Reviewed-by: David Sterba <dsterba@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>