Btrfs: take away the num_items argument from btrfs_join_transaction
authorJosef Bacik <josef@redhat.com>
Wed, 13 Apr 2011 16:54:33 +0000 (12:54 -0400)
committerJosef Bacik <josef@redhat.com>
Mon, 23 May 2011 17:00:56 +0000 (13:00 -0400)
I keep forgetting that btrfs_join_transaction() just ignores the num_items
argument, which leads me to sending pointless patches and looking stupid :).  So
just kill the num_items argument from btrfs_join_transaction and
btrfs_start_ioctl_transaction, since neither of them use it.  Thanks,

Signed-off-by: Josef Bacik <josef@redhat.com>

No differences found