[PATCH] dm table: get_target: fix last index
authorMilan Broz <mbroz@redhat.com>
Mon, 26 Jun 2006 07:27:27 +0000 (00:27 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 26 Jun 2006 16:58:35 +0000 (09:58 -0700)
commit143535396c7ebd9395a931a000b3963f457712b8
tree725203a6ed6be6c795fa0f0441aa1b91f5ea8721
parente4c8b3ba34cc1aeab451c7a5cc843c5fd62cbe3d
[PATCH] dm table: get_target: fix last index

The table is indexed from 0, so an index equal to t->num_targets should be
rejected.

(There is no code in the current tree that would exercise this bug.)

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-table.c