1. 07 Dec, 2010 1 commit
    • Bob Peterson's avatar
      GFS2: fsck.gfs2 reported statfs error after gfs2_grow · bcd7278d
      Bob Peterson authored
      When you do gfs2_grow it failed to take the very last
      rgrp into account when adding up the new free space due
      to an off-by-one error.  It was not reading the last
      rgrp from the rindex because of a check for "<=" that
      should have been "<".  Therefore, fsck.gfs2 was finding
      (and fixing) an error with the system statfs file.
      Signed-off-by: default avatarBob Peterson <rpeterso@redhat.com>
      bcd7278d
  2. 30 Nov, 2010 15 commits
  3. 29 Nov, 2010 18 commits
  4. 28 Nov, 2010 6 commits