dm - Major cleanup & module work
authorAlex Hornung <ahornung@gmail.com>
Thu, 25 Nov 2010 10:33:24 +0000 (10:33 +0000)
committerAlex Hornung <ahornung@gmail.com>
Thu, 25 Nov 2010 10:35:16 +0000 (10:35 +0000)
commit5c411e8edf9f238f491678601377d0946c91eed2
tree0da11425d526399ff7b5c6bd849a740f06b9fc79
parent911e30e25724984efec56accba87f739cfca2937
dm - Major cleanup & module work

* Add module code to all the targets and get rid of the hackish global
  target insertion.

* Clean up all sorts of dead code and crappy whitespaces. There isn't
  much point in maintaining whitespaces just to have a small diff to
  NetBSD since our diff is quite big now anyways.
sys/dev/disk/dm/device-mapper.c
sys/dev/disk/dm/dm.h
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_target.c
sys/dev/disk/dm/dm_target_crypt.c
sys/dev/disk/dm/dm_target_error.c
sys/dev/disk/dm/dm_target_linear.c
sys/dev/disk/dm/dm_target_stripe.c
sys/dev/disk/dm/dm_target_zero.c