From: Dave Chinner Date: Fri, 6 Jun 2014 05:20:54 +0000 (+1000) Subject: xfs: remove mp->m_dir_geo from directory logging X-Git-Tag: omap-for-v3.16/fixes-against-rc1~55^2~1^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc85178a7668db835666c6a5bd53436eebfc94b1;p=pandora-kernel.git 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 Reviewed-by: Brian Foster Signed-off-by: Dave Chinner --- Reading git-diff-tree failed