On (Wed) 23 Sep 2015 [15:27:11], Dr. David Alan Gilbert (git) wrote: > From: "Dr. David Alan Gilbert" <dgilb...@redhat.com> > > Split out the finding of the dirty page and all the wrap detection > into a separate function since it was getting a bit hairy. > > Signed-off-by: Dr. David Alan Gilbert <dgilb...@redhat.com>
> + if (pss->complete_round && pss->block == last_seen_block && > + pss->offset >= last_offset) { > + /* > + * We've been once around the RAM and haven't found anything > + * give up. I didn't notice this first time around - but I can fix this up while merging. Give up should be another sentence, right? Amit