ext4: fold ext4_journal_forget() into ext4_forget()
authorTheodore Ts'o <tytso@mit.edu>
Mon, 23 Nov 2009 02:00:13 +0000 (21:00 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 23 Nov 2009 02:00:13 +0000 (21:00 -0500)
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" <tytso@mit.edu>

No differences found