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)
commite4684b3fbb848446683feecb4aee133344c93933
treec3e695ff304a8114e9efad460c30e9948665da66
parentd6797d14b1640d088652c72508b529a3aea479e3
ext4: fold ext4_journal_revoke() into ext4_forget()

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>
fs/ext4/ext4_jbd2.c
fs/ext4/ext4_jbd2.h