Hi all, The first patch is a small fix to the freeing of the cmd structure in lightnvm, and the second patch wires up the lightnvm sysfs interface to the nvme gendisk. -Matias Matias Bjørling (2): nvme: lightnvm: frees wrong cmd structure nvme: lightnvm: attach lightnvm sysfs to nvme block device drivers/lightnvm/Makefile | 2 +- drivers/lightnvm/core.c | 15 +--- drivers/lightnvm/lightnvm.h | 35 -------- drivers/lightnvm/sysfs.c | 198 ------------------------------------------- drivers/nvme/host/core.c | 45 +++++----- drivers/nvme/host/lightnvm.c | 177 +++++++++++++++++++++++++++++++++++--- drivers/nvme/host/nvme.h | 31 +++---- include/linux/lightnvm.h | 2 - 8 files changed, 202 insertions(+), 303 deletions(-) delete mode 100644 drivers/lightnvm/lightnvm.h delete mode 100644 drivers/lightnvm/sysfs.c -- 2.1.4 -- To unsubscribe from this list: send the line "unsubscribe linux-block" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html