jfs: old_agsize should be 64 bits in jfs_extendfs
[deliverable/linux.git] / fs / jfs / resize.c
index 8ea5efb5a34e3c5ccc01d24d4764469b20a71ddc..8d0c1c7c08204177e5f6f6127daa5caa7c545757 100644 (file)
@@ -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;
 
This page took 0.035472 seconds and 5 git commands to generate.