nvme header reshuffle V2

Christoph Hellwig hch at lst.de
Sat Oct 3 06:51:09 PDT 2015


This series reworks the header organisation in the nvme driver.  Currently
there are two headers: include/uapi/linux/nvme.h, which contains the ioctl
ABI and a lot of hardware description constants and include/linux/nvme.h
which contains more hardware descriptions constants as well as driver
internals.

This series splits them into one header each for the ioctl ABI, hardware
description and driver internals.

Changes since V1:
 - rebase on top of Keith' namespace refcounting changes




More information about the Linux-nvme mailing list