diff options
| author | Neil Brown <neilb@cse.unsw.edu.au> | 2002-07-18 19:11:14 -0700 |
|---|---|---|
| committer | Trond Myklebust <trond.myklebust@fys.uio.no> | 2002-07-18 19:11:14 -0700 |
| commit | 5e601b358ca1e01ed96ab24a7511cfb79fd49401 (patch) | |
| tree | 1443a5bbd86e1ce72e02fd59835a7ed8837a3030 /include/linux/raid | |
| parent | 9f3b03804be20308849e4c3e31d3c1a6d2fdcdc8 (diff) | |
[PATCH] MD - Move persistent from superblock to mddev
Move persistent from superblock to mddev
Tidyup calc_dev_sboffset and calc_dev_size on the way
Diffstat (limited to 'include/linux/raid')
| -rw-r--r-- | include/linux/raid/md_k.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/raid/md_k.h b/include/linux/raid/md_k.h index 6b6845e8fd82..9ddabfde79da 100644 --- a/include/linux/raid/md_k.h +++ b/include/linux/raid/md_k.h @@ -175,6 +175,8 @@ struct mddev_s int sb_dirty; int ro; + int persistent; + struct mdk_thread_s *sync_thread; /* doing resync or reconstruct */ unsigned long curr_resync; /* blocks scheduled */ unsigned long resync_mark; /* a recent timestamp */ |
