aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/md.h
diff options
context:
space:
mode:
authorJonathan Brassow <jbrassow@redhat.com>2011-07-27 11:00:37 +1000
committerNeilBrown <neilb@suse.de>2011-07-27 11:00:37 +1000
commit3520fa4db7fc4ae1b0373dcecdaf720f620dab2d (patch)
tree62c675a29c65f89ec15f4a52203e5e0f731c2aa5 /drivers/md/md.h
parent654e8b5abc0a793f0c029128db6e4804691a383e (diff)
downloadkernel_samsung_smdk4412-3520fa4db7fc4ae1b0373dcecdaf720f620dab2d.zip
kernel_samsung_smdk4412-3520fa4db7fc4ae1b0373dcecdaf720f620dab2d.tar.gz
kernel_samsung_smdk4412-3520fa4db7fc4ae1b0373dcecdaf720f620dab2d.tar.bz2
MD bitmap: Revert DM dirty log hooks
Revert most of commit e384e58549a2e9a83071ad80280c1a9053cfd84c md/bitmap: prepare for storing write-intent-bitmap via dm-dirty-log. MD should not need to use DM's dirty log - we decided to use md's bitmaps instead. Keeping the DIV_ROUND_UP clean-ups that were part of commit e384e58549a2e9a83071ad80280c1a9053cfd84c, however. Signed-off-by: Jonathan Brassow <jbrassow@redhat.com> Signed-off-by: NeilBrown <neilb@suse.de>
Diffstat (limited to 'drivers/md/md.h')
-rw-r--r--drivers/md/md.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/md/md.h b/drivers/md/md.h
index de5455d..7d906a9 100644
--- a/drivers/md/md.h
+++ b/drivers/md/md.h
@@ -307,11 +307,6 @@ struct mddev_s
* hot-adding a bitmap. It should
* eventually be settable by sysfs.
*/
- /* When md is serving under dm, it might use a
- * dirty_log to store the bits.
- */
- struct dm_dirty_log *log;
-
struct mutex mutex;
unsigned long chunksize;
unsigned long daemon_sleep; /* how many jiffies between updates? */