From: Miao Xie Date: Wed, 15 May 2013 07:48:28 +0000 (+0000) Subject: Btrfs: don't flush the delalloc inodes in the while loop if flushoncommit is set X-Git-Tag: v3.11-rc1~70^2~54 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=824366177aa108eb7b778dc67e4f38b9e01df93f;p=pandora-kernel.git Btrfs: don't flush the delalloc inodes in the while loop if flushoncommit is set It is unnecessary to flush the delalloc inodes again and again because we don't care the dirty pages which are introduced after the flush, and they will be flush in the transaction commit. Signed-off-by: Miao Xie Signed-off-by: Josef Bacik --- Reading git-diff-tree failed