[PATCH] dm: add exports
authorAlasdair G Kergon <agk@redhat.com>
Mon, 26 Jun 2006 07:27:33 +0000 (00:27 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 26 Jun 2006 16:58:36 +0000 (09:58 -0700)
commit17b2f66f2a39a4e4d1ed456f35ee3bb598e41d35
tree64801e095918f685fa83bface7f8289e33bb9bcd
parent2b06cfff12f0f87c4bc4d4c4dd76997e72c360ba
[PATCH] dm: add exports

Move definitions of core device-mapper functions for manipulating mapped
devices and their tables to <linux/device-mapper.h> advertising their
availability for use elsewhere in the kernel.

Protect the contents of device-mapper.h with ifdef __KERNEL__.  And throw
in a few formatting clean-ups and extra comments.

Signed-off-by: Alasdair G Kergon <agk@redhat.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/md/dm.c
drivers/md/dm.h
include/linux/device-mapper.h