commit | 4dd466d36a50d9c96cd990e2e0d472fe720a10aa | [log] [tgz] |
---|---|---|
author | Miao Xie <miaox@cn.fujitsu.com> | Thu Dec 26 13:07:02 2013 +0800 |
committer | Chris Mason <clm@fb.com> | Tue Jan 28 13:20:06 2014 -0800 |
tree | dcde21cfbc75e43c145b171a0f16355158b7d20f | |
parent | 74c40f925e0d8e1ddfe5f9fc410b4c2f6c70acf5 [diff] |
Btrfs: don't run delayed nodes again after all nodes flush If the number of the delayed items is greater than the upper limit, we will try to flush all the delayed items. After that, it is unnecessary to run them again because they are being dealt with by the wokers or the number of them is less than the lower limit. Signed-off-by: Miao Xie <miaox@cn.fujitsu.com> Signed-off-by: Chris Mason <clm@fb.com>