]> git.baikalelectronics.ru Git - kernel.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)
commitfe6c39dd841a4ad38185e62ffca80d0bb0165414
treed87e1fa2265155c05718a9e8486a66a76df86b76
parenta11899c9ac5414f1feb74ebc037eacfcc0f423c2
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