From: Christoph Hellwig Date: Mon, 16 Mar 2009 07:24:13 +0000 (+0100) Subject: xfs: cleanup xlog_bread X-Git-Tag: v2.6.30-rc1~232^2~6^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=076e6acb8f0d9532ee6c50512c1927c0a8e34f2f;p=pandora-kernel.git xfs: cleanup xlog_bread Most callers of xlog_bread need to call xlog_align to get the actual offset. Consolidate that call into the main xlog_bread and provide a _xlog_bread for those few that don't want the actual offset. Signed-off-by: Christoph Hellwig Reviewed-by: Dave Chinner --- Reading git-diff-tree failed