Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 253961
b: refs/heads/master
c: 28e0fa8
h: refs/heads/master
i:
  253959: dbd85d8
v: v3
  • Loading branch information
Dave Kleikamp committed Jun 20, 2011
1 parent 46691ac commit cee5d4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 206b6310fd0268a6ca50cf36f03b0f4eee5602ec
refs/heads/master: 28e0fa894cd5996d3007ce82f07226f79beb7286
3 changes: 1 addition & 2 deletions trunk/fs/jfs/jfs_imap.c
Original file line number Diff line number Diff line change
Expand Up @@ -2921,10 +2921,9 @@ int diExtendFS(struct inode *ipimap, struct inode *ipbmap)
continue;
}

/* agstart that computes to the same ag is treated as same; */
agstart = le64_to_cpu(iagp->agstart);
/* iagp->agstart = agstart & ~(mp->db_agsize - 1); */
n = agstart >> mp->db_agl2size;
iagp->agstart = cpu_to_le64((s64)n << mp->db_agl2size);

/* compute backed inodes */
numinos = (EXTSPERIAG - le32_to_cpu(iagp->nfreeexts))
Expand Down

0 comments on commit cee5d4d

Please sign in to comment.