+11
−19
+1
−11
Loading
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>