commit | 7a7eaa40a39bde4eefc91aadeb1ce3dc4e6a1252 | [log] [tgz] |
---|---|---|
author | Josef Bacik <josef@redhat.com> | Wed Apr 13 12:54:33 2011 -0400 |
committer | Josef Bacik <josef@redhat.com> | Mon May 23 13:00:56 2011 -0400 |
tree | eea3dea572a73168b70efa9fba2e9800457571d7 | |
parent | 74b2107543da4ed9607ec484f63c42362dc9fca6 [diff] |
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>