]> rtime.felk.cvut.cz Git - linux-imx.git/commit
Btrfs: remove unused hint byte argument for btrfs_drop_extents
authorJosef Bacik <jbacik@fusionio.com>
Wed, 29 Aug 2012 16:24:27 +0000 (12:24 -0400)
committerChris Mason <chris.mason@fusionio.com>
Mon, 1 Oct 2012 19:19:06 +0000 (15:19 -0400)
commit2671485d395c07fca104c972785898d7c52fc942
treed87e1fa2265155c05718a9e8486a66a76df86b76
parentd2794405113cd04f13a58e32e4d541dc87ec86e4
Btrfs: remove unused hint byte argument for btrfs_drop_extents

I audited all users of btrfs_drop_extents and found that nobody actually uses
the hint_byte argument.  I'm sure it was used for something at some point but
it's not used now, and the way the pinning works the disk bytenr would never be
immediately useful anyway so lets just remove it.  Thanks,

Signed-off-by: Josef Bacik <jbacik@fusionio.com>
fs/btrfs/ctree.h
fs/btrfs/file.c
fs/btrfs/inode.c
fs/btrfs/ioctl.c
fs/btrfs/tree-log.c