From: Milan Broz Date: Tue, 3 Oct 2006 08:15:18 +0000 (-0700) Subject: [PATCH] dm linear: support ioctls X-Git-Tag: v2.6.19-rc1~282 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ab17ffa440cb54ca64111fa4922ba12496fcc8af;p=pandora-kernel.git [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 Signed-off-by: Alasdair G Kergon Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed