[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[linux-lvm] pv_read_all_pv_of_vg.c
- From: Jan Niehusmann <list039 gondor com>
- To: linux-lvm sistina com
- Subject: [linux-lvm] pv_read_all_pv_of_vg.c
- Date: Sat, 23 Dec 2000 00:09:04 +0100
I found the following lines in pv_read_all_pv_of_vg.c: (line 183ff)
/* Check for contiguous PV array */
for ( p = 0; pv_this[p] != NULL; p++)
if ( pv_this[p] == NULL && p < np)
ret = -LVM_EPV_READ_ALL_PV_OF_VG_NP_SORT;
the if condition can never be true, because of the condition in the for
statement. I don't think this does what it should do...
Jan
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]