Skip to content

Commit

Permalink
[SCSI] scsi_dh: Remove hardware handler infrastructure from dm
Browse files Browse the repository at this point in the history
This patch just removes infrastructure that provided support for hardware
handlers in the dm layer as it is not needed anymore.

Signed-off-by: Chandra Seetharaman <sekharan@us.ibm.com>
Acked-by: Alasdair G Kergon <agk@redhat.com>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
  • Loading branch information
Chandra Seetharaman authored and James Bottomley committed Jun 5, 2008
1 parent cb52022 commit 688864e
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 278 deletions.
2 changes: 1 addition & 1 deletion drivers/md/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

dm-mod-objs := dm.o dm-table.o dm-target.o dm-linear.o dm-stripe.o \
dm-ioctl.o dm-io.o dm-kcopyd.o
dm-multipath-objs := dm-hw-handler.o dm-path-selector.o dm-mpath.o
dm-multipath-objs := dm-path-selector.o dm-mpath.o
dm-snapshot-objs := dm-snap.o dm-exception-store.o
dm-mirror-objs := dm-raid1.o
md-mod-objs := md.o bitmap.o
Expand Down
213 changes: 0 additions & 213 deletions drivers/md/dm-hw-handler.c

This file was deleted.

63 changes: 0 additions & 63 deletions drivers/md/dm-hw-handler.h

This file was deleted.

1 change: 0 additions & 1 deletion drivers/md/dm-mpath.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ struct dm_path {
unsigned is_active; /* Read-only */

void *pscontext; /* For path-selector use */
void *hwhcontext; /* For hw-handler use */
};

/* Callback for hwh_pg_init_fn to use when complete */
Expand Down

0 comments on commit 688864e

Please sign in to comment.