commit | 4c0837224c677db35cd85b04a77504c496cadb66 | [log] [tgz] |
---|---|---|
author | Carlos Maiolino <cmaiolino@redhat.com> | Thu Sep 20 10:32:39 2012 -0300 |
committer | Ben Myers <bpm@sgi.com> | Wed Sep 26 15:58:21 2012 -0500 |
tree | 4b60e25c714153d569e018e1e1c40cc7cfc841b3 | |
parent | 2d2194f61fddab3a9731b6e7a7ae3a4a19dd810c [diff] |
xfs: Fix mp->m_maxagi update during inode64 remount With the changes made on xfs_set_inode64(), to make it behave as xfs_set_inode32() (now leaving to the caller the responsibility to update mp->m_maxagi), we use the return value of xfs_set_inode64() to update mp->m_maxagi during remount. Signed-off-by: Carlos Maiolino <cmaiolino@redhat.com> Reviewed-by: Mark Tinguely <tinguely@sgi.com> Signed-off-by: Ben Myers <bpm@sgi.com>