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

Joel Becker Joel.Becker at oracle.com
Sun Jan 10 02:46:59 PST 2010


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

-- 

"Here's something to think about:  How come you never see a headline
 like ``Psychic Wins Lottery''?"
	- Jay Leno

Joel Becker
Principal Software Developer
Oracle
E-mail: joel.becker at oracle.com
Phone: (650) 506-8127



More information about the Ocfs2-tools-devel mailing list