commit | ab17ffa440cb54ca64111fa4922ba12496fcc8af | [log] [tgz] |
---|---|---|
author | Milan Broz <mbroz@redhat.com> | Tue Oct 03 01:15:18 2006 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Tue Oct 03 08:04:13 2006 -0700 |
tree | eda3d4c68dc6790374988772bda5fd9ba6d87651 | |
parent | aa129a2247b164173d45da8ad43cca5de9211403 [diff] |
[PATCH] dm linear: support ioctls When an ioctl is performed on a device with a linear target, simply pass it on to the underlying block device. Note that the ioctl will pass through the filtering in blkdev_ioctl() twice. Signed-off-by: Milan Broz <mbroz@redhat.com> Signed-off-by: Alasdair G Kergon <agk@redhat.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>