aboutsummaryrefslogtreecommitdiff
path: root/drivers/md/dm-mpath.h
AgeCommit message (Collapse)AuthorFilesLines
2008-10-10dm mpath: remove is_active from struct dm_pathKiyoshi Ueda1-2/+0
This patch moves 'is_active' from struct dm_path to struct pgpath as it does not need exporting. Signed-off-by: Kiyoshi Ueda <[email protected]> Signed-off-by: Jun'ichi Nomura <[email protected]> Signed-off-by: Alasdair G Kergon <[email protected]>
2008-06-05[SCSI] scsi_dh: Remove hardware handler infrastructure from dmChandra Seetharaman1-1/+0
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 <[email protected]> Acked-by: Alasdair G Kergon <[email protected]> Signed-off-by: James Bottomley <[email protected]>
2006-12-08[PATCH] struct path: rename DM's struct pathJosef "Jeff" Sipek1-2/+2
Rename DM's struct path to struct dm_path to prevent name collision between it and struct path from fs/namei.c. Signed-off-by: Josef "Jeff" Sipek <[email protected]> Acked-by: Alasdair G Kergon <[email protected]> Cc: <[email protected]> Cc: Al Viro <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+25
Initial git repository build. I'm not bothering with the full history, even though we have it. We can create a separate "historical" git archive of that later if we want to, and in the meantime it's about 3.2GB when imported into git - space that would just make the early git days unnecessarily complicated, when we don't have a lot of good infrastructure for it. Let it rip!