[PATCH] dm mpath: support ioctls
authorMilan Broz <mbroz@redhat.com>
Tue, 3 Oct 2006 08:15:20 +0000 (01:15 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Tue, 3 Oct 2006 15:04:13 +0000 (08:04 -0700)
commit9af4aa30b713a58e5952045f52c41a6e3baa2fdc
tree87702659749a6db94ec32a829867e080b419bc82
parentab17ffa440cb54ca64111fa4922ba12496fcc8af
[PATCH] dm mpath: support ioctls

When an ioctl is performed on a multipath device simply pass it on to the
underlying block device through current_path.  If current path is not yet
selected, select it.

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>
drivers/md/dm-mpath.c