Re: [PATCH v3 01/17] btrfs: Cleanup the unused struct async_sched.

2013-11-07 Thread Josef Bacik
On Thu, Nov 07, 2013 at 01:51:51PM +0800, Qu Wenruo wrote: > The struct async_sched is not used by any codes and can be removed. > > Signed-off-by: Qu Wenruo Reviewed-by: Josef Bacik Thanks, Josef -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a messa

[PATCH v3 01/17] btrfs: Cleanup the unused struct async_sched.

2013-11-06 Thread Qu Wenruo
The struct async_sched is not used by any codes and can be removed. Signed-off-by: Qu Wenruo --- Changelog: v1->v2: None. v2->v3: None. --- fs/btrfs/volumes.c | 7 --- 1 file changed, 7 deletions(-) diff --git a/fs/btrfs/volumes.c b/fs/btrfs/volumes.c index b0203b1..1bd573d 100644 --- a