Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 21324
b: refs/heads/master
c: 4d5dbd0
h: refs/heads/master
v: v3
  • Loading branch information
Arjan van de Ven authored and Dave Kleikamp committed Nov 29, 2005
1 parent 202e7fa commit 0393827
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: ca869912366f60cb5e0bdd09f65e80ee6816e73c
refs/heads/master: 4d5dbd0945d9e0833dd7964a3d6ee33157f7cc7a
2 changes: 1 addition & 1 deletion trunk/fs/jfs/jfs_dmap.c
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ static int dbGetL2AGSize(s64 nblocks);
* into the table, with the table elements yielding the maximum
* binary buddy of free bits within the character.
*/
static s8 budtab[256] = {
static const s8 budtab[256] = {
3, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
Expand Down

0 comments on commit 0393827

Please sign in to comment.