commit | bc85178a7668db835666c6a5bd53436eebfc94b1 | [log] [tgz] |
---|---|---|
author | Dave Chinner <dchinner@redhat.com> | Fri Jun 06 15:20:54 2014 +1000 |
committer | Dave Chinner <david@fromorbit.com> | Fri Jun 06 15:20:54 2014 +1000 |
tree | a66a6163b3d24a5cb2d31c33593abddf5563f27f | |
parent | 53f82db003900822ff828b792b1690a53a57c028 [diff] |
xfs: remove mp->m_dir_geo from directory logging We don't pass the xfs_da_args or the geometry all the way down to the directory buffer logging code, hence we have to use mp->m_dir_geo here. Fix this to use the geometry passed via the xfs_da_args, and convert all the directory logging functions for consistency. Signed-off-by: Dave Chinner <dchinner@redhat.com> Reviewed-by: Brian Foster <bfoster@redhat.com> Signed-off-by: Dave Chinner <david@fromorbit.com>