Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
183bdf51
Commit
183bdf51
authored
Mar 07, 2014
by
Goldwyn Rodrigues
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add number of nodes to bitmap structure for clustering
Signed-off-by:
Goldwyn Rodrigues
<
rgoldwyn@suse.com
>
parent
b8d83448
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
drivers/md/bitmap.h
drivers/md/bitmap.h
+2
-1
No files found.
drivers/md/bitmap.h
View file @
183bdf51
...
@@ -131,7 +131,8 @@ typedef struct bitmap_super_s {
...
@@ -131,7 +131,8 @@ typedef struct bitmap_super_s {
__le32
sectors_reserved
;
/* 64 number of 512-byte sectors that are
__le32
sectors_reserved
;
/* 64 number of 512-byte sectors that are
* reserved for the bitmap. */
* 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
;
}
bitmap_super_t
;
/* notes:
/* notes:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment