[PATCH v2 2/9] btrfs: use kernel workqueue to replace the btrfs_workers functions

2013-09-12 Thread Qu Wenruo
Use the kernel workqueue to replace the btrfs_workers which are only used as normal workqueue. Other btrfs_workers will use some extra functions like requeue, high priority and ordered work. These btrfs_workers will not be touched in this patch. The followings are the untouched btrfs_workers:

Re: [PATCH v2 2/9] btrfs: use kernel workqueue to replace the btrfs_workers functions

2013-09-12 Thread Liu Bo
On Thu, Sep 12, 2013 at 04:08:17PM +0800, Qu Wenruo wrote: Use the kernel workqueue to replace the btrfs_workers which are only used as normal workqueue. Other btrfs_workers will use some extra functions like requeue, high priority and ordered work. These btrfs_workers will not be touched

Re: [PATCH v2 2/9] btrfs: use kernel workqueue to replace the btrfs_workers functions

2013-09-12 Thread Qu Wenruo
于 2013年09月13日 09:29, Liu Bo 写道: On Thu, Sep 12, 2013 at 04:08:17PM +0800, Qu Wenruo wrote: Use the kernel workqueue to replace the btrfs_workers which are only used as normal workqueue. Other btrfs_workers will use some extra functions like requeue, high priority and ordered work. These