diff options
author | Liu Bo | 2014-09-10 12:58:50 +0800 |
---|---|---|
committer | Chris Mason | 2014-09-17 13:38:25 -0700 |
commit | 25ce459c1af138f95a3fd318461193397ebb825b (patch) | |
tree | c90a31068b55da76f7e99d1d41981c779f918921 /fs/pstore/inode.c | |
parent | dc046b10c8b7d4f40befe457acb82340bf8b0699 (diff) |
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>
Diffstat (limited to 'fs/pstore/inode.c')
0 files changed, 0 insertions, 0 deletions