projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b8d8344
)
Add number of nodes to bitmap structure for clustering
author
Goldwyn Rodrigues
<rgoldwyn@suse.com>
Fri, 7 Mar 2014 16:30:43 +0000
(10:30 -0600)
committer
Goldwyn Rodrigues
<rgoldwyn@suse.com>
Mon, 23 Feb 2015 13:28:30 +0000
(07:28 -0600)
Signed-off-by: Goldwyn Rodrigues <rgoldwyn@suse.com>
drivers/md/bitmap.h
patch
|
blob
|
blame
|
history
diff --git
a/drivers/md/bitmap.h
b/drivers/md/bitmap.h
index 30210b9c4ef972e8ee1fcb79866f2c62d551c5d2..f4e53eadb083b28d138878ae2d561abc8043153a 100644
(file)
--- a/
drivers/md/bitmap.h
+++ b/
drivers/md/bitmap.h
@@
-131,7
+131,8
@@
typedef struct bitmap_super_s {
__le32 sectors_reserved; /* 64 number of 512-byte sectors that are
* reserved for the bitmap. */
- __u8 pad[256 - 68]; /* set to zero */
+ __le32 nodes; /* 68 the maximum number of nodes in cluster. */
+ __u8 pad[256 - 72]; /* set to zero */
} bitmap_super_t;
/* notes: