ext4: remove ext4_handle_release_buffer()
authorEric Sandeen <sandeen@redhat.com>
Thu, 8 Nov 2012 16:22:46 +0000 (11:22 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 8 Nov 2012 16:22:46 +0000 (11:22 -0500)
commit37be2f59d3149b95afaeeeff94edde2c07f165d2
treee24a689476b15f3d39aa71026e8db67a8b57b545
parent6d138ced751d4e41e02c38ad55d1b3cd2913b150
ext4: remove ext4_handle_release_buffer()

ext4_handle_release_buffer() was intended to remove journal
write access from a buffer, but it doesn't actually do anything
at all other than add a BUFFER_TRACE point, but it's not reliably
used for that either.  Remove all the associated dead code.

Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Reviewed-by: Carlos Maiolino <cmaiolino@redhat.com>
fs/ext4/ext4_jbd2.h
fs/ext4/resize.c
fs/ext4/xattr.c
fs/jbd2/journal.c
fs/jbd2/transaction.c
include/linux/jbd2.h