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

Tao Ma tao.ma at oracle.com
Mon Jan 11 00:51:57 PST 2010


Hi Joel,
	I just noticed that I still have 2 more patches that need your sob. 
They are:
http://oss.oracle.com/pipermail/ocfs2-tools-devel/2010-January/002526.html
http://oss.oracle.com/pipermail/ocfs2-tools-devel/2010-January/002528.html

They are 2 bug fixes and should be pretty straightforward.
Please review them when you have time. ;)

Regards,
Tao

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 ;-)
> 
> Joel
> 



More information about the Ocfs2-tools-devel mailing list