1. 16 Dec, 2002 2 commits
    • Joe Thornber's avatar
      [PATCH] dm: proper error checking · a66757a7
      Joe Thornber authored
      An error value was not being checked correctly in open_dev().
      [Kevin Corry]
      a66757a7
    • 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 38 commits