mirror of
https://github.com/torvalds/linux.git
synced 2024-12-04 01:51:34 +00:00
2cb79266d6
Add support for physical LUN segmentation (virtual LUNs) to device driver supporting the IBM CXL Flash adapter. This patch allows user space applications to virtually segment a physical LUN into N virtual LUNs, taking advantage of the translation features provided by this adapter. Signed-off-by: Matthew R. Ochs <mrochs@linux.vnet.ibm.com> Signed-off-by: Manoj N. Kumar <manoj@linux.vnet.ibm.com> Reviewed-by: Michael Neuling <mikey@neuling.org> Reviewed-by: Wen Xiong <wenxiong@linux.vnet.ibm.com> Signed-off-by: James Bottomley <JBottomley@Odin.com>
3 lines
86 B
Makefile
3 lines
86 B
Makefile
obj-$(CONFIG_CXLFLASH) += cxlflash.o
|
|
cxlflash-y += main.o superpipe.o lunmgt.o vlun.o
|