Subject: Re: CVS commit: src/sys/uvm
To: None <christos@zoulas.com>
From: YAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp>
List: source-changes
Date: 04/14/2006 07:08:26
> - So why check for it being NULL a few lines above?

do you mean this?

	if (entry->object.uvm_obj)
		entry->offset += new_adj;	/* shift start over */

it can be NULL if !UVM_ET_ISOBJ(entry).
	
YAMAMOTO Takashi