diff options
author | Jens Axboe <jaxboe@fusionio.com> | 2010-10-19 03:13:04 -0400 |
---|---|---|
committer | Jens Axboe <jaxboe@fusionio.com> | 2010-10-19 03:13:04 -0400 |
commit | fa251f89903d73989e2f63e13d0eaed1e07ce0da (patch) | |
tree | 3f7fe779941e3b6d67754dd7c44a32f48ea47c74 /drivers/md/md.h | |
parent | dd3932eddf428571762596e17b65f5dc92ca361b (diff) | |
parent | cd07202cc8262e1669edff0d97715f3dd9260917 (diff) |
Merge branch 'v2.6.36-rc8' into for-2.6.37/barrier
Conflicts:
block/blk-core.c
drivers/block/loop.c
mm/swapfile.c
Signed-off-by: Jens Axboe <jaxboe@fusionio.com>
Diffstat (limited to 'drivers/md/md.h')
-rw-r--r-- | drivers/md/md.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/md/md.h b/drivers/md/md.h index d8e2ab25103b..112a2c32db0c 100644 --- a/drivers/md/md.h +++ b/drivers/md/md.h | |||
@@ -139,7 +139,7 @@ struct mddev_s | |||
139 | unsigned long flags; | 139 | unsigned long flags; |
140 | #define MD_CHANGE_DEVS 0 /* Some device status has changed */ | 140 | #define MD_CHANGE_DEVS 0 /* Some device status has changed */ |
141 | #define MD_CHANGE_CLEAN 1 /* transition to or from 'clean' */ | 141 | #define MD_CHANGE_CLEAN 1 /* transition to or from 'clean' */ |
142 | #define MD_CHANGE_PENDING 2 /* superblock update in progress */ | 142 | #define MD_CHANGE_PENDING 2 /* switch from 'clean' to 'active' in progress */ |
143 | 143 | ||
144 | int suspended; | 144 | int suspended; |
145 | atomic_t active_io; | 145 | atomic_t active_io; |