Skip to content

Commit

Permalink
jfs: old_agsize should be 64 bits in jfs_extendfs
Browse files Browse the repository at this point in the history
Signed-off-by: Dave Kleikamp <dave.kleikamp@oracle.com>
  • Loading branch information
Dave Kleikamp committed Jun 20, 2011
1 parent 3c25fa7 commit 206b631
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/jfs/resize.c
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ int jfs_extendfs(struct super_block *sb, s64 newLVSize, int newLogSize)
int log_formatted = 0;
struct inode *iplist[1];
struct jfs_superblock *j_sb, *j_sb2;
uint old_agsize;
s64 old_agsize;
int agsizechanged = 0;
struct buffer_head *bh, *bh2;

Expand Down

0 comments on commit 206b631

Please sign in to comment.