diff options
author | 2015-11-30 16:26:44 -0800 | |
---|---|---|
committer | 2015-12-04 11:52:36 -0800 | |
commit | 760de7914e27781abb44564449c761ea4440f982 (patch) | |
tree | d836230fe63ec680631c681f821c8a41d84dbe6b /tools/perf/scripts/python/syscall-counts.py | |
parent | f2fs: fix to report error in f2fs_readdir (diff) | |
download | wireguard-linux-760de7914e27781abb44564449c761ea4440f982.tar.xz wireguard-linux-760de7914e27781abb44564449c761ea4440f982.zip |
f2fs: avoid deadlock in f2fs_shrink_extent_tree
While handling extent trees, we can enter into a reclaiming path anytime.
If it tries to release some extent nodes in the same extent tree,
write_lock(&et->lock) would be hanged.
In order to avoid the deadlock, we can just skip it.
Note that, if it is an unreferenced tree, we should get write_lock(&et->lock)
successfully and release all of therein nodes.
Reviewed-by: Chao Yu <chao2.yu@samsung.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions