commit | 564e1c86c810f9ccfe4300afa402815e3db4886d | [log] [tgz] |
---|---|---|
author | Swen Schillig <swen@vnet.ibm.com> | Tue Aug 18 15:43:19 2009 +0200 |
committer | James Bottomley <James.Bottomley@suse.de> | Sat Sep 05 08:49:27 2009 -0500 |
tree | ecb88038c443d6486e9df352c79b3c78be5454ef | |
parent | 42428f747a8a0db9c6de03e105932316defad65d [diff] |
[SCSI] zfcp: Move qdio related data out of zfcp_adapter The zfcp_adapter structure was growing over time to a size of almost one memory page. To reduce the size of the data structure and to seperate different layers, put all qdio related data in the new zfcp_qdio data structure. Signed-off-by: Swen Schillig <swen@vnet.ibm.com> Signed-off-by: Christof Schmitt <christof.schmitt@de.ibm.com> Signed-off-by: James Bottomley <James.Bottomley@suse.de>