Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

jfs: old_agsize should be 64 bits in jfs_extendfs

parent 3c25fa74
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -80,7 +80,7 @@ int jfs_extendfs(struct super_block *sb, s64 newLVSize, int newLogSize)
	int log_formatted = 0;
	int log_formatted = 0;
	struct inode *iplist[1];
	struct inode *iplist[1];
	struct jfs_superblock *j_sb, *j_sb2;
	struct jfs_superblock *j_sb, *j_sb2;
	uint old_agsize;
	s64 old_agsize;
	int agsizechanged = 0;
	int agsizechanged = 0;
	struct buffer_head *bh, *bh2;
	struct buffer_head *bh, *bh2;