Skip to content
Snippets Groups Projects
Commit dfcdfbf7 authored by kalpak's avatar kalpak
Browse files

b=15932

i=adilger,alex

- if blocks per group is less than blocksize*8, set rest of the bitmap to 1.
- check return of ext2_find_next_le_bit for overflow.
parent 9d63be6b
No related branches found
No related tags found
No related merge requests found
......@@ -140,6 +140,13 @@ Details : skiplists are used to group compatible locks on granted list
that was implemented as tracking first and last lock of each lock group
the patch changes that to using doubly linked lists
Severity : normal
Frequency : blocks per group is less than blocksize*8 and uninit_groups is enabled
Bugzilla : 15932
Description: ldiskfs error: XXX blocks in bitmap, YYY in gd
Details : If blocks per group is less than blocksize*8, set rest of the
bitmap to 1.
-------------------------------------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment