commit | d6797d14b1640d088652c72508b529a3aea479e3 | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Sun Nov 22 20:52:12 2009 -0500 |
committer | Theodore Ts'o <tytso@mit.edu> | Sun Nov 22 20:52:12 2009 -0500 |
tree | 2e608c3e362b94439a2e7503b7d97cb3891bb101 | |
parent | e3bb52ae2bb9573e84c17b8e3560378d13a5c798 [diff] |
ext4: move ext4_forget() to ext4_jbd2.c The ext4_forget() function better belongs in ext4_jbd2.c. This will allow us to do some cleanup of the ext4_journal_revoke() and ext4_journal_forget() functions, as well as giving us better error reporting since we can report the caller of ext4_forget() when things go wrong. Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>