commit | b58ffb41fc09d1ffaca97e5ae801233575be2a7f | [log] [tgz] |
---|---|---|
author | Michael Chan <mchan@broadcom.com> | Thu May 27 16:31:41 2010 -0700 |
committer | David S. Miller <davem@davemloft.net> | Fri May 28 01:57:19 2010 -0700 |
tree | 716f5e84d42cf9fa5f580e004f9419dfb46ec147 | |
parent | 17d95640034c4e0f12e5f1c9d1097d8dba6484ea [diff] |
cnic: Fix context memory init. on 5709. We need to zero context memory on 5709 in the function cnic_init_context(). Without this, iscsid restart on 5709 will not work because of stale data. TX context blocks should not be initialized by cnic_init_context() because of the special remapping on 5709. Update version to 2.1.2. Signed-off-by: Michael Chan <mchan@broadcom.com> Signed-off-by: David S. Miller <davem@davemloft.net>