ext4: fold ext4_journal_revoke() into ext4_forget()
authorTheodore Ts'o <tytso@mit.edu>
Tue, 24 Nov 2009 16:05:59 +0000 (11:05 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 24 Nov 2009 16:05:59 +0000 (11:05 -0500)
The only caller of ext4_journal_revoke() is ext4_forget(), so we can
fold ext4_journal_revoke() into ext4_forget() to simplify the code and
shorten the call stack.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>

No differences found