dm - undo my pointless moving of dm.h
authorAlex Hornung <ahornung@gmail.com>
Thu, 2 Dec 2010 11:03:11 +0000 (11:03 +0000)
committerAlex Hornung <ahornung@gmail.com>
Thu, 2 Dec 2010 11:39:35 +0000 (11:39 +0000)
commita84e173e22bf0ea7d3d281a3cb30d0064312742f
tree697cc61bb33869348688bfb3b17eff9ec3e06e95
parent57c4af209127b535a75faac6bc9415170a405c38
dm - undo my pointless moving of dm.h

* There was no need to move dm.h, we can just use <dev/disk/dm/dm.h>.

* And since we can do the above, we can also get rid of the strange
  Makefile CFLAGS magic I added.

* Also undo the removal on upgrade of /usr/include/dev/disk/dm/dm.h and
  instead remove sys/dm.h

Reported-by: Sascha Wildner
18 files changed:
Makefile_upgrade.inc
sys/dev/disk/dm/device-mapper.c
sys/dev/disk/dm/dm.h [moved from sys/sys/dm.h with 100% similarity]
sys/dev/disk/dm/dm_dev.c
sys/dev/disk/dm/dm_ioctl.c
sys/dev/disk/dm/dm_pdev.c
sys/dev/disk/dm/dm_table.c
sys/dev/disk/dm/dm_target.c
sys/dev/disk/dm/dm_target_error.c
sys/dev/disk/dm/dm_target_zero.c
sys/dev/disk/dm/targets/crypt/Makefile
sys/dev/disk/dm/targets/crypt/dm_target_crypt.c
sys/dev/disk/dm/targets/dmirror/Makefile
sys/dev/disk/dm/targets/dmirror/dm_target_dmirror.c
sys/dev/disk/dm/targets/linear/Makefile
sys/dev/disk/dm/targets/linear/dm_target_linear.c
sys/dev/disk/dm/targets/striped/Makefile
sys/dev/disk/dm/targets/striped/dm_target_striped.c