Commit 206b6310 authored by Dave Kleikamp's avatar Dave Kleikamp

jfs: old_agsize should be 64 bits in jfs_extendfs

Signed-off-by: default avatarDave Kleikamp <dave.kleikamp@oracle.com>
parent 3c25fa74
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment