Magellan Linux

Diff of /trunk/mkinitrd-magellan/busybox/e2fsprogs/old_e2fsprogs/ext2fs/bitmaps.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 532 by niro, Sat Sep 1 22:45:15 2007 UTC revision 816 by niro, Fri Apr 24 18:33:46 2009 UTC
# Line 105  void ext2fs_set_bitmap_padding(ext2fs_ge Line 105  void ext2fs_set_bitmap_padding(ext2fs_ge
105    
106   for (i=map->end+1, j = i - map->start; i <= map->real_end; i++, j++)   for (i=map->end+1, j = i - map->start; i <= map->real_end; i++, j++)
107   ext2fs_set_bit(j, map->bitmap);   ext2fs_set_bit(j, map->bitmap);
   
  return;  
108  }  }
109    
110  errcode_t ext2fs_allocate_inode_bitmap(ext2_filsys fs,  errcode_t ext2fs_allocate_inode_bitmap(ext2_filsys fs,

Legend:
Removed from v.532  
changed lines
  Added in v.816