From dfcdfbf71b96c4592d94cc9f73e11288eb8391fb Mon Sep 17 00:00:00 2001 From: kalpak <kalpak> Date: Fri, 13 Jun 2008 10:09:39 +0000 Subject: [PATCH] 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. --- lustre/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/lustre/ChangeLog b/lustre/ChangeLog index af97f6a7b6..f91622ebb9 100644 --- a/lustre/ChangeLog +++ b/lustre/ChangeLog @@ -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. + ------------------------------------------------------------------------------- -- GitLab