Skip to content

Commit

Permalink
[SCSI] zfcp: Move CFDC code to new file.
Browse files Browse the repository at this point in the history
zfcp implements a device file to allow Linux guests changing the
Access Control Tables stored in the adapter. The code for the device
file has nothing to do with the other parts of the driver, so move it
to a new file and cleanup the code while doing so.

Signed-off-by: Christof Schmitt <christof.schmitt@de.ibm.com>
Signed-off-by: Swen Schillig <swen@vnet.ibm.com>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
  • Loading branch information
Christof Schmitt authored and James Bottomley committed Jul 12, 2008
1 parent 24073b4 commit 45633fd
Show file tree
Hide file tree
Showing 7 changed files with 331 additions and 664 deletions.
2 changes: 1 addition & 1 deletion drivers/s390/scsi/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@

zfcp-objs := zfcp_aux.o zfcp_ccw.o zfcp_scsi.o zfcp_erp.o zfcp_qdio.o \
zfcp_fsf.o zfcp_dbf.o zfcp_sysfs_adapter.o zfcp_sysfs_port.o \
zfcp_sysfs_unit.o zfcp_sysfs_driver.o zfcp_fc.o
zfcp_sysfs_unit.o zfcp_sysfs_driver.o zfcp_fc.o zfcp_cfdc.o

obj-$(CONFIG_ZFCP) += zfcp.o
Loading

0 comments on commit 45633fd

Please sign in to comment.