|
@@ -2921,10 +2921,9 @@ int diExtendFS(struct inode *ipimap, struct inode *ipbmap)
|
|
continue;
|
|
continue;
|
|
}
|
|
}
|
|
|
|
|
|
- /* agstart that computes to the same ag is treated as same; */
|
|
|
|
agstart = le64_to_cpu(iagp->agstart);
|
|
agstart = le64_to_cpu(iagp->agstart);
|
|
- /* iagp->agstart = agstart & ~(mp->db_agsize - 1); */
|
|
|
|
n = agstart >> mp->db_agl2size;
|
|
n = agstart >> mp->db_agl2size;
|
|
|
|
+ iagp->agstart = cpu_to_le64((s64)n << mp->db_agl2size);
|
|
|
|
|
|
/* compute backed inodes */
|
|
/* compute backed inodes */
|
|
numinos = (EXTSPERIAG - le32_to_cpu(iagp->nfreeexts))
|
|
numinos = (EXTSPERIAG - le32_to_cpu(iagp->nfreeexts))
|