ext4: move ext4_forget() to ext4_jbd2.c
authorTheodore Ts'o <tytso@mit.edu>
Mon, 23 Nov 2009 01:52:12 +0000 (20:52 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 23 Nov 2009 01:52:12 +0000 (20:52 -0500)
commitd6797d14b1640d088652c72508b529a3aea479e3
tree2e608c3e362b94439a2e7503b7d97cb3891bb101
parente3bb52ae2bb9573e84c17b8e3560378d13a5c798
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>
fs/ext4/ext4.h
fs/ext4/ext4_jbd2.c
fs/ext4/ext4_jbd2.h
fs/ext4/inode.c