Skip to content

Commit

Permalink
block, blksnap: adds a blksnap to the kernel tree
Browse files Browse the repository at this point in the history
Signed-off-by: Sergei Shtepa <sergei.shtepa@veeam.com>
  • Loading branch information
SergeiShtepa authored and intel-lab-lkp committed Nov 2, 2022
1 parent b60f807 commit b9fa151
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/block/Kconfig
Expand Up @@ -410,4 +410,6 @@ config BLK_DEV_UBLK

source "drivers/block/rnbd/Kconfig"

source "drivers/block/blksnap/Kconfig"

endif # BLK_DEV
2 changes: 2 additions & 0 deletions drivers/block/Makefile
Expand Up @@ -40,3 +40,5 @@ obj-$(CONFIG_BLK_DEV_NULL_BLK) += null_blk/
obj-$(CONFIG_BLK_DEV_UBLK) += ublk_drv.o

swim_mod-y := swim.o swim_asm.o

obj-$(CONFIG_BLK_SNAP) += blksnap/

0 comments on commit b9fa151

Please sign in to comment.