* [linux-lvm] pv_read_all_pv_of_vg.c
@ 2000-12-22 23:09 Jan Niehusmann
0 siblings, 0 replies; only message in thread
From: Jan Niehusmann @ 2000-12-22 23:09 UTC (permalink / raw)
To: linux-lvm
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2000-12-22 23:09 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2000-12-22 23:09 [linux-lvm] pv_read_all_pv_of_vg.c Jan Niehusmann
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox