From: Theodore Ts'o Date: Mon, 23 Nov 2009 02:00:13 +0000 (-0500) Subject: ext4: fold ext4_journal_forget() into ext4_forget() X-Git-Tag: v2.6.33-rc1~330^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b7e57e7c2a41826e51fe060fae5158bfc7a04e81;p=pandora-kernel.git ext4: fold ext4_journal_forget() into ext4_forget() Convert the last two callers of ext4_journal_forget() to use ext4_forget() instead, and then fold ext4_journal_forget() into ext4_forget(). This reduces are code complexity and shortens our call stack. Signed-off-by: "Theodore Ts'o" --- Reading git-diff-tree failed