diff options
author | Adrian Bunk <bunk@stusta.de> | 2006-02-03 17:49:49 -0500 |
---|---|---|
committer | Adrian Bunk <bunk@r063144.stusta.swh.mhn.de> | 2006-02-03 17:49:49 -0500 |
commit | 01d206a7c1167639f6ca6dac22140fbdca017558 (patch) | |
tree | bc3ccf1a8140a7f787c4728cfa4c30e65ad56eb2 /drivers/md/dm-snap.h | |
parent | 9c4b562abc9005e4b413de02c85d3d29da707cba (diff) | |
parent | d6c8f6aaa1d7f68c1e6471ab0839d9047cdd159f (diff) |
Merge with git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
Diffstat (limited to 'drivers/md/dm-snap.h')
-rw-r--r-- | drivers/md/dm-snap.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/md/dm-snap.h b/drivers/md/dm-snap.h index 375aa24d4d7d..fdec1e2dc871 100644 --- a/drivers/md/dm-snap.h +++ b/drivers/md/dm-snap.h | |||
@@ -99,7 +99,9 @@ struct dm_snapshot { | |||
99 | 99 | ||
100 | /* You can't use a snapshot if this is 0 (e.g. if full) */ | 100 | /* You can't use a snapshot if this is 0 (e.g. if full) */ |
101 | int valid; | 101 | int valid; |
102 | int have_metadata; | 102 | |
103 | /* Origin writes don't trigger exceptions until this is set */ | ||
104 | int active; | ||
103 | 105 | ||
104 | /* Used for display of table */ | 106 | /* Used for display of table */ |
105 | char type; | 107 | char type; |