From: Mark Fasheh Date: Tue, 10 Oct 2006 01:11:45 +0000 (-0700) Subject: ocfs2: Remove struct ocfs2_journal_handle in favor of handle_t X-Git-Tag: v2.6.20-rc1~34^2~40^2~4^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1fabe1481fac9e01bf8bffa60a2307ef379aa5de;p=pandora-kernel.git ocfs2: Remove struct ocfs2_journal_handle in favor of handle_t This is mostly a search and replace as ocfs2_journal_handle is now no more than a container for a handle_t pointer. ocfs2_commit_trans() becomes very straight forward, and we remove some out of date comments / code. Signed-off-by: Mark Fasheh --- Reading git-diff-tree failed