Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 104279
b: refs/heads/master
c: 7e93a89
h: refs/heads/master
i:
  104277: c77cf59
  104275: 26d2073
  104271: 6612efb
v: v3
  • Loading branch information
Andre Noll authored and Neil Brown committed Jul 11, 2008
1 parent 9f4f5f9 commit 6732203
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 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: 0f420358e3a2abc028320ace7783e2e38cae77bf
refs/heads/master: 7e93a89251d4ed7bd4475db62616ccd03ddfd01a
3 changes: 0 additions & 3 deletions trunk/include/linux/raid/md_p.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,11 @@
*/
#define MD_RESERVED_BYTES (64 * 1024)
#define MD_RESERVED_SECTORS (MD_RESERVED_BYTES / 512)
#define MD_RESERVED_BLOCKS (MD_RESERVED_BYTES / BLOCK_SIZE)

#define MD_NEW_SIZE_SECTORS(x) ((x & ~(MD_RESERVED_SECTORS - 1)) - MD_RESERVED_SECTORS)
#define MD_NEW_SIZE_BLOCKS(x) ((x & ~(MD_RESERVED_BLOCKS - 1)) - MD_RESERVED_BLOCKS)

#define MD_SB_BYTES 4096
#define MD_SB_WORDS (MD_SB_BYTES / 4)
#define MD_SB_BLOCKS (MD_SB_BYTES / BLOCK_SIZE)
#define MD_SB_SECTORS (MD_SB_BYTES / 512)

/*
Expand Down

0 comments on commit 6732203

Please sign in to comment.