From: Dan Carpenter Date: Tue, 5 Aug 2014 08:09:59 +0000 (+0300) Subject: partitions: aix.c: off by one bug X-Git-Tag: omap-for-v3.17/fixes-against-rc2~75^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d97a86c170b4e432f76db072a827fe30b4d6f659;p=pandora-kernel.git partitions: aix.c: off by one bug The lvip[] array has "state->limit" elements so the condition here should be >= instead of >. Fixes: 6ceea22bbbc8 ('partitions: add aix lvm partition support files') Signed-off-by: Dan Carpenter Acked-by: Philippe De Muyter Signed-off-by: Jens Axboe --- Reading git-diff-tree failed