]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r313739: Directly call m_gethdr() instead of m_getm2() for BHS.
authormav <mav@FreeBSD.org>
Tue, 28 Feb 2017 06:30:42 +0000 (06:30 +0000)
committermav <mav@FreeBSD.org>
Tue, 28 Feb 2017 06:30:42 +0000 (06:30 +0000)
commite13336f9daf6d19a74c6179af5603adb6b5a52cb
tree1a31ec8fe84cb820125cf131c96e1dece873472c
parent255043831e484097b0a3b1305cf4154ee720d833
MFC r313739: Directly call m_gethdr() instead of m_getm2() for BHS.

All this code is based on assumption that data will be stored in one piece,
and since buffer size if known and fixed, it is easier to hardcode it.
sys/dev/iscsi/icl_soft.c