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)
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>

No differences found