From: Christoph Hellwig Date: Fri, 28 Nov 2008 03:23:38 +0000 (+1100) Subject: [XFS] kill xfs_ialloc_log_di X-Git-Tag: v2.6.29-rc1~552^2~58 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d42f08f61c5e7f0ed4c6b6df4c9987ddb85ec66e;p=pandora-kernel.git [XFS] kill xfs_ialloc_log_di xfs_ialloc_log_di is only used to log the full inode core + di_next_unlinked. That means all the offset magic is not nessecary and we can simply use xfs_trans_log_buf directly. Also add a comment describing what we should do here instead. (First sent on October 7th) Signed-off-by: Christoph Hellwig Reviewed-by: Dave Chinner Signed-off-by: Niv Sardi --- Reading git-diff-tree failed