Re: [PATCH] btrfs: remove unused workqueue helpers

2019-01-21 Thread David Sterba
On Thu, Jan 17, 2019 at 05:15:12PM +0100, David Sterba wrote: > The _owner helpers havent' been used since its introduction in > cb001095ca705dcd95 ("btrfs: plumb fs_info into btrfs_work"), there are > no external users of the private wq::fs_info pointer. Tracepoints ... patch dropped.

Re: [PATCH] btrfs: remove unused workqueue helpers

2019-01-17 Thread Nikolay Borisov
On 17.01.19 г. 18:15 ч., David Sterba wrote: > The _owner helpers havent' been used since its introduction in > cb001095ca705dcd95 ("btrfs: plumb fs_info into btrfs_work"), there are > no external users of the private wq::fs_info pointer. > > Signed-off-by: David Sterba Reviewed-by: Nikolay B

[PATCH] btrfs: remove unused workqueue helpers

2019-01-17 Thread David Sterba
The _owner helpers havent' been used since its introduction in cb001095ca705dcd95 ("btrfs: plumb fs_info into btrfs_work"), there are no external users of the private wq::fs_info pointer. Signed-off-by: David Sterba --- fs/btrfs/async-thread.c | 12 fs/btrfs/async-thread.h | 2 --