Re: [GIT PULL] NVMe changes for 4.5-rc1

2016-01-22 Thread Jens Axboe
On 01/22/2016 09:26 AM, Linus Torvalds wrote: On Jan 22, 2016 7:59 AM, "Jens Axboe" mailto:ax...@fb.com>> wrote: >> >> - nvme_dev_remove() got renamed to nvme_remove_namespaces(), but also >> lost the "dev" argument (it takes "struct nvme_ctrl *ctrl" now). > > &dev->ctrl That's not the p

Re: [GIT PULL] NVMe changes for 4.5-rc1

2016-01-22 Thread Jens Axboe
On 01/21/2016 08:58 PM, Linus Torvalds wrote: On Thu, Jan 21, 2016 at 1:27 PM, Jens Axboe wrote: Note that pulling this in will conflict with master, since the code was forked off pretty early, and we had a good chunk of nvme fixes later in the 4.4 cycle. Not just conflict, but conflict in b

Re: [GIT PULL] NVMe changes for 4.5-rc1

2016-01-21 Thread Linus Torvalds
On Thu, Jan 21, 2016 at 1:27 PM, Jens Axboe wrote: > > Note that pulling this in will conflict with master, since the code was > forked off pretty early, and we had a good chunk of nvme fixes later in > the 4.4 cycle. Not just conflict, but conflict in bad ways. I don't think I'll be able to fix

[GIT PULL] NVMe changes for 4.5-rc1

2016-01-21 Thread Jens Axboe
Hi Linus, Last branch for this series is the nvme changes. It's in a separate branch to avoid splitting too much between core and NVMe changes, since NVMe is still helping drive some blk-mq changes. That said, not a huge amount of core changes in here. The grunt of the work is the continued split