[Ocfs2-tools-devel] [PATCH 33/44] fsck.ocfs2: Add check for refcount record list.

Tao Ma tao.ma at oracle.com
Sun Jan 10 17:39:22 PST 2010



Joel Becker wrote:
> On Mon, Dec 28, 2009 at 05:01:18PM +0800, Tao Ma wrote:
>> +		if (rec->r_cpos < *c_end &&
>> +		    prompt(ost, PY, PR_REFCOUNT_CLUSTER_COLLISION,
>> +			   "Refcount record %u in refcount block %"PRIu64" "
>> +			   "of refcount tree %"PRIu64" refers to a cluster "
>> +			   "that is collided with the previous record.  Remove "
>> +			   "this record from the refcount list?",
>> +			   i, rb_blkno, root_blkno)) {
>> +			if (!trust_used) {
>> +				printf("Can't remove the record becuase "
>> +				       "next_free_rec hasn't been fixed\n");
>> +				continue;
> 
> 	I assume you don't mean 'next_free_rec' here ;-)
aha, yes, so it seems that you found where the code was from. ;)
Will change. Thanks.

btw, I have finished adding fswreck codes and now testing it. So you 
will get a V2 today or next day.

Regards,
Tao



More information about the Ocfs2-tools-devel mailing list