From: Miao Xie Date: Wed, 15 May 2013 07:48:30 +0000 (+0000) Subject: Btrfs: remove the time check in btrfs_commit_transaction() X-Git-Tag: v3.11-rc1~70^2~52 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=581227d0d2b8735f899182f50b3a05089d02fa24;p=pandora-kernel.git Btrfs: remove the time check in btrfs_commit_transaction() We checked the commit time to avoid committing the transaction frequently, but it is unnecessary because: - It made the transaction commit spend more time, and delayed the operation of the external writers(TRANS_START/TRANS_USERSPACE). - Except the space that we have to commit transaction, such as snapshot creation, btrfs doesn't commit the transaction on its own initiative. Signed-off-by: Miao Xie Signed-off-by: Josef Bacik --- Reading git-diff-tree failed