From: Theodore Ts'o Date: Mon, 23 Nov 2009 01:52:12 +0000 (-0500) Subject: ext4: move ext4_forget() to ext4_jbd2.c X-Git-Tag: v2.6.33-rc1~330^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d6797d14b1640d088652c72508b529a3aea479e3;p=pandora-kernel.git ext4: move ext4_forget() to ext4_jbd2.c The ext4_forget() function better belongs in ext4_jbd2.c. This will allow us to do some cleanup of the ext4_journal_revoke() and ext4_journal_forget() functions, as well as giving us better error reporting since we can report the caller of ext4_forget() when things go wrong. Signed-off-by: "Theodore Ts'o" --- Reading git-diff-tree failed