提交 206b6310 编写于 作者: D Dave Kleikamp

jfs: old_agsize should be 64 bits in jfs_extendfs

Signed-off-by: NDave Kleikamp <dave.kleikamp@oracle.com>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册