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)
commit7a7eaa40a39bde4eefc91aadeb1ce3dc4e6a1252
treeeea3dea572a73168b70efa9fba2e9800457571d7
parent74b2107543da4ed9607ec484f63c42362dc9fca6
Btrfs: take away the num_items argument from btrfs_join_transaction

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>
fs/btrfs/disk-io.c
fs/btrfs/extent-tree.c
fs/btrfs/inode.c
fs/btrfs/ioctl.c
fs/btrfs/relocation.c
fs/btrfs/transaction.c
fs/btrfs/transaction.h