]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit88daece6e982f8448bd8a16b0005d9054f5c3ce1
tree2e608c3e362b94439a2e7503b7d97cb3891bb101
parent743cb9e07cdf3010bd8fb2e835e3386ebf2d1b2f
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