Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 273320
b: refs/heads/master
c: 95d402f
h: refs/heads/master
v: v3
  • Loading branch information
Mikulas Patocka authored and Alasdair G Kergon committed Oct 31, 2011
1 parent 8c75244 commit aab0474
Show file tree
Hide file tree
Showing 5 changed files with 1,821 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3cf2e4ba74ca1bf5d8ad26cd18592f02b32964f5
refs/heads/master: 95d402f057f2e208e4631893f6cd4a59c7c05e41
8 changes: 8 additions & 0 deletions trunk/drivers/md/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,14 @@ config DM_DEBUG

If unsure, say N.

config DM_BUFIO
tristate
depends on BLK_DEV_DM && EXPERIMENTAL
---help---
This interface allows you to do buffered I/O on a device and acts
as a cache, holding recently-read blocks in memory and performing
delayed writes.

config DM_CRYPT
tristate "Crypt target support"
depends on BLK_DEV_DM
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/md/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ obj-$(CONFIG_MD_MULTIPATH) += multipath.o
obj-$(CONFIG_MD_FAULTY) += faulty.o
obj-$(CONFIG_BLK_DEV_MD) += md-mod.o
obj-$(CONFIG_BLK_DEV_DM) += dm-mod.o
obj-$(CONFIG_DM_BUFIO) += dm-bufio.o
obj-$(CONFIG_DM_CRYPT) += dm-crypt.o
obj-$(CONFIG_DM_DELAY) += dm-delay.o
obj-$(CONFIG_DM_FLAKEY) += dm-flakey.o
Expand Down
Loading

0 comments on commit aab0474

Please sign in to comment.