summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2009-01-26 12:15:37 +1100
committerStephen Rothwell <sfr@canb.auug.org.au>2009-01-26 12:15:37 +1100
commit8bec82c0e291d048ea13dd98d811adf4442f405f (patch)
treea620edb625910054299b949e2b70d1546c0264ab /include
parentcb43769463cd6c3f6644ad57a290ee73e921ed80 (diff)
parent32a2ca52541ec1b27e1c727c843d8a1cd3194c98 (diff)
Merge branch 'quilt/device-mapper'
Diffstat (limited to 'include')
-rw-r--r--include/linux/device-mapper.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/device-mapper.h b/include/linux/device-mapper.h
index 8209e08969f9..66ec05a57955 100644
--- a/include/linux/device-mapper.h
+++ b/include/linux/device-mapper.h
@@ -139,6 +139,9 @@ struct target_type {
dm_ioctl_fn ioctl;
dm_merge_fn merge;
dm_busy_fn busy;
+
+ /* For internal device-mapper use. */
+ struct list_head list;
};
struct io_restrictions {