Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
xcap
xcap-capability-linux
Commits
206b6310
Commit
206b6310
authored
Jun 20, 2011
by
Dave Kleikamp
Browse files
jfs: old_agsize should be 64 bits in jfs_extendfs
Signed-off-by:
Dave Kleikamp
<
dave.kleikamp@oracle.com
>
parent
3c25fa74
Changes
1
Hide whitespace changes
Inline
Side-by-side
fs/jfs/resize.c
View file @
206b6310
...
...
@@ -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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment