Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/sys/uvm



> - 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



Home | Main Index | Thread Index | Old Index