]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
- Update a disabled KASSERT() to use sbused() instead of accessing
authorjhb <jhb@FreeBSD.org>
Mon, 26 Jan 2015 16:29:14 +0000 (16:29 +0000)
committerjhb <jhb@FreeBSD.org>
Mon, 26 Jan 2015 16:29:14 +0000 (16:29 +0000)
commit12b455c6c11e9291120c429f980a267a826b78d3
tree7e20687b8b7b4e2f5560bdf42eb66beb0592955c
parentc5ac2eb628656fbcba77f3ea79ce6a10cce4a299
- Update a disabled KASSERT() to use sbused() instead of accessing
  the no-longer existant sb_cc sockbuf member.
- Use sbavail() instead of sbused() in t4_soreceive_ddp() to match the
  usage in soreceive_stream() on which it is based.

Discussed with: glebius (2)
sys/dev/cxgbe/tom/t4_ddp.c