From: Miao Xie Date: Thu, 26 Dec 2013 05:07:04 +0000 (+0800) Subject: Btrfs: remove btrfs_end_transaction_dmeta() X-Git-Tag: v3.14-rc1~29^2~73 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a56dbd89400dd2cb9c91d734435dbfe059495da1;p=pandora-kernel.git Btrfs: remove btrfs_end_transaction_dmeta() Two reasons: - btrfs_end_transaction_dmeta() is the same as btrfs_end_transaction_throttle() so it is unnecessary. - All the delayed items should be dealt in the current transaction, so the workers should not commit the transaction, instead, deal with the delayed items as many as possible. So we can remove btrfs_end_transaction_dmeta() Signed-off-by: Miao Xie Signed-off-by: Chris Mason --- Reading git-diff-tree failed