Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 292788
b: refs/heads/master
c: 43437ec
h: refs/heads/master
v: v3
  • Loading branch information
majianpeng authored and NeilBrown committed Mar 13, 2012
1 parent c237f29 commit cdf088f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9d4c7d8799c418816342e263479fa010b182183e
refs/heads/master: 43437ecd5adc8bd712b7140c8a70e2b4a80a89dd
6 changes: 5 additions & 1 deletion trunk/include/linux/raid/md_p.h
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,10 @@ struct mdp_superblock_1 {
* active device with same 'role'.
* 'recovery_offset' is also set.
*/
#define MD_FEATURE_ALL (1|2|4|8|16)
#define MD_FEATURE_ALL (MD_FEATURE_BITMAP_OFFSET \
|MD_FEATURE_RECOVERY_OFFSET \
|MD_FEATURE_RESHAPE_ACTIVE \
|MD_FEATURE_BAD_BLOCKS \
|MD_FEATURE_REPLACEMENT)

#endif

0 comments on commit cdf088f

Please sign in to comment.