From: Josef Bacik Date: Wed, 13 Apr 2011 16:54:33 +0000 (-0400) Subject: Btrfs: take away the num_items argument from btrfs_join_transaction X-Git-Tag: v3.0-rc2~5^2~11^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a7eaa40a39bde4eefc91aadeb1ce3dc4e6a1252;p=pandora-kernel.git 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 --- Reading git-diff-tree failed