commit | e4684b3fbb848446683feecb4aee133344c93933 | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Tue Nov 24 11:05:59 2009 -0500 |
committer | Theodore Ts'o <tytso@mit.edu> | Tue Nov 24 11:05:59 2009 -0500 |
tree | c3e695ff304a8114e9efad460c30e9948665da66 | |
parent | d6797d14b1640d088652c72508b529a3aea479e3 [diff] |
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>