commit | b7e57e7c2a41826e51fe060fae5158bfc7a04e81 | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Sun Nov 22 21:00:13 2009 -0500 |
committer | Theodore Ts'o <tytso@mit.edu> | Sun Nov 22 21:00:13 2009 -0500 |
tree | 2c7331402c731a9c6bb98827a4f6e5926fd90055 | |
parent | e4684b3fbb848446683feecb4aee133344c93933 [diff] |
ext4: fold ext4_journal_forget() into ext4_forget() 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>