]> git.baikalelectronics.ru Git - kernel.git/commit
Btrfs: fix loop writing of async reclaim
authorLiu Bo <bo.li.liu@oracle.com>
Wed, 10 Sep 2014 04:58:50 +0000 (12:58 +0800)
committerChris Mason <clm@fb.com>
Wed, 17 Sep 2014 20:38:25 +0000 (13:38 -0700)
commit9844d64dd487e77ed762f46689ca05ee250c54f2
treec90a31068b55da76f7e99d1d41981c779f918921
parent8fbbf0fa00772187b728a670c58fa0c62aaffbdd
Btrfs: fix loop writing of async reclaim

One of my tests shows that when we really don't have space to reclaim via
flush_space and also run out of space, this async reclaim work loops on adding
itself into the workqueue and keeps writing something to disk according to
iostat's results, and these writes mainly comes from commit_transaction which
writes super_block.  This's unacceptable as it can be bad to disks, especially
memeory storages.

This adds a check to avoid the above situation.

Signed-off-by: Liu Bo <bo.li.liu@oracle.com>
Signed-off-by: Chris Mason <clm@fb.com>
fs/btrfs/extent-tree.c