Loading fs/jfs/jfs_dmap.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -3660,7 +3660,7 @@ void dbFinalizeBmap(struct inode *ipbmap) * (the leftmost ag with average free space in it); * (the leftmost ag with average free space in it); */ */ //agpref: //agpref: /* get the number of active ags and inacitve ags */ /* get the number of active ags and inactive ags */ actags = bmp->db_maxag + 1; actags = bmp->db_maxag + 1; inactags = bmp->db_numag - actags; inactags = bmp->db_numag - actags; ag_rem = bmp->db_mapsize & (bmp->db_agsize - 1); /* ??? */ ag_rem = bmp->db_mapsize & (bmp->db_agsize - 1); /* ??? */ Loading Loading
fs/jfs/jfs_dmap.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -3660,7 +3660,7 @@ void dbFinalizeBmap(struct inode *ipbmap) * (the leftmost ag with average free space in it); * (the leftmost ag with average free space in it); */ */ //agpref: //agpref: /* get the number of active ags and inacitve ags */ /* get the number of active ags and inactive ags */ actags = bmp->db_maxag + 1; actags = bmp->db_maxag + 1; inactags = bmp->db_numag - actags; inactags = bmp->db_numag - actags; ag_rem = bmp->db_mapsize & (bmp->db_agsize - 1); /* ??? */ ag_rem = bmp->db_mapsize & (bmp->db_agsize - 1); /* ??? */ Loading