diff options
Diffstat (limited to 'sys/dev/iscsi_initiator/isc_soc.c')
-rw-r--r-- | sys/dev/iscsi_initiator/isc_soc.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/iscsi_initiator/isc_soc.c b/sys/dev/iscsi_initiator/isc_soc.c index a08ecfad37a0..650723629fea 100644 --- a/sys/dev/iscsi_initiator/isc_soc.c +++ b/sys/dev/iscsi_initiator/isc_soc.c @@ -68,7 +68,7 @@ static int ou_refcnt = 0; /* | function for freeing external storage for mbuf */ -static int +static void ext_free(struct mbuf *m, void *a, void *b) { pduq_t *pq = b; @@ -78,7 +78,6 @@ ext_free(struct mbuf *m, void *a, void *b) free(pq->buf, M_ISCSIBUF); pq->buf = NULL; } - return (EXT_FREE_OK); } int |