Skip to content

Commit

Permalink
[SCSI] iscsi class: fix slab corruption during restart
Browse files Browse the repository at this point in the history
The transport class recv mempools are causing slab corruption.
We could hack around netlink's lack of mempool support like dm,
but it is just too ulgy (dm's hack is ugly enough :) when you need
to support broadcast.

This patch removes the recv pools. We have not used them even when
we were allocting 20 MB per session and the system only had 64 MBs.
And we have no pools on the send side and have been ok there. When
Peter's work gets merged we can use that since the network guys
are in favor of that approach and are not going to add mempools
everywhere.

Signed-off-by: Mike Christie <michaelc@cs.wisc.edu>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
  • Loading branch information
Mike Christie authored and James Bottomley committed Oct 25, 2006
1 parent 47bcd35 commit 43a145a
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 233 deletions.
Loading

0 comments on commit 43a145a

Please sign in to comment.