1. 16 Dec, 2002 1 commit
    • Joe Thornber's avatar
      [PATCH] dm: move ioctl numbers to a sane place · e36a4491
      Joe Thornber authored
      Four constants:
         DM_DIR,
         DM_MAX_TYPE_NAME,
         DM_NAME_LEN,
         DM_UUID_LEN
      
      Were being declared in device-mapper.h, these are all specific to
      the ioctl interface, so they've been moved to dm-ioctl.h.  Nobody
      in userland should ever include <linux/device-mapper.h> so remove
      ifdef __KERNEL guards.
      e36a4491
  2. 15 Dec, 2002 39 commits