diff options
author | Chao Yu <chao2.yu@samsung.com> | 2014-11-18 06:16:01 +0300 |
---|---|---|
committer | Jaegeuk Kim <jaegeuk@kernel.org> | 2014-11-20 09:49:30 +0300 |
commit | 6c0299320318c8154a20a3d9e73cbd1fc58d96e1 (patch) | |
tree | a217e4dfdd816c8d8953f8cd3f0495e3ab045131 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 8cdcb71322ec21aaee90117b0c01d576851a8faa (diff) | |
download | linux-6c0299320318c8154a20a3d9e73cbd1fc58d96e1.tar.xz |
f2fs: avoid unable to restart gc thread in remount
In f2fs_remount, we will stop gc thread and set need_restart_gc as true when new
option is set without BG_GC, then if any error occurred in the following
procedure, we can restore to start the gc thread.
But after that, We will fail to restore gc thread in start_gc_thread as BG_GC is
not set in new option, so we'd better move this condition judgment out of
start_gc_thread to fix this issue.
Signed-off-by: Chao Yu <chao2.yu@samsung.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions