]> 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)
commitab7090af0f8d7a527bc5fb88423d90254aa24058
treed87e1fa2265155c05718a9e8486a66a76df86b76
parent3cbdf81e1e63f8eef9fbccf89efef6aa1203f8b8
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