Searched hist:d31b53e3cd069e02290ed8a648aa8c7618d6fe77 (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/fs/jfs/ |
H A D | jfs_incore.h | diff d31b53e3cd069e02290ed8a648aa8c7618d6fe77 Mon Jun 20 10:53:46 CDT 2011 Dave Kleikamp <dave.kleikamp@oracle.com> 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: Dave Kleikamp <dave.kleikamp@oracle.com>
|
H A D | jfs_imap.c | diff d31b53e3cd069e02290ed8a648aa8c7618d6fe77 Mon Jun 20 10:53:46 CDT 2011 Dave Kleikamp <dave.kleikamp@oracle.com> 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: Dave Kleikamp <dave.kleikamp@oracle.com>
|
H A D | file.c | diff d31b53e3cd069e02290ed8a648aa8c7618d6fe77 Mon Jun 20 10:53:46 CDT 2011 Dave Kleikamp <dave.kleikamp@oracle.com> 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: Dave Kleikamp <dave.kleikamp@oracle.com>
|