From: Michael Chan Date: Thu, 27 May 2010 23:31:41 +0000 (-0700) Subject: cnic: Fix context memory init. on 5709. X-Git-Tag: v2.6.35-rc1~24^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b58ffb41fc09d1ffaca97e5ae801233575be2a7f;p=pandora-kernel.git 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed