OpenSolaris

Printable Version Enter a New Search
Bug ID 6760888
Synopsis iscsi initiator maps empty bp
State 10-Fix Delivered (Fix available in build)
Category:Subcategory driver:iscsi
Keywords
Responsible Engineer Jack Meng
Reported Against
Duplicate Of
Introduced In solaris_nevada
Commit to Fix snv_105
Fixed In snv_105
Release Fixed solaris_nevada(snv_105)
Related Bugs 5094124
Submit Date 17-October-2008
Last Update Date 17-December-2008
Description
in iscsi_tran_init_pkt(),

    782 	if (bp && bp_mapin_common(bp, (callback == NULL_FUNC) ?
    783 			VM_NOSLEEP : VM_SLEEP) == NULL) {
    784 		    return (NULL);
    785 	}

will fail when bp is not NULL and bp contains no buffer.
Work Around
N/A
Comments
N/A