Skip to content
Commit d31b53e3 authored by Dave Kleikamp's avatar Dave Kleikamp
Browse files

JFS: Don't save agno in the inode



Resizing the file system can result in an in-memory inode being remapped
to a different aggregate group (AG). A cached AG number can cause
problems when trying to free or allocate inodes. Instead, save the IAG's
agstart address and calculate the agno when we need it.

Signed-off-by: default avatarDave Kleikamp <dave.kleikamp@oracle.com>
parent 28e0fa89
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment