• C
    dm: refactor ioctl handling · e56f81e0
    Christoph Hellwig 提交于
    This moves the call to blkdev_ioctl and the argument checking to DM core
    code, and only leaves a callout to find the block device to operate on
    in the targets.  This simplifies the code and allows us to pass through
    ioctl-like command using other methods in the next patch.
    
    Also split out a helper around calling the prepare_ioctl method that
    will be reused for persistent reservation handling.
    Signed-off-by: NChristoph Hellwig <hch@lst.de>
    Signed-off-by: NMike Snitzer <snitzer@redhat.com>
    e56f81e0
dm-mpath.c 40.4 KB