commit | b8da9b10e26cee58eba7b0fd72717127edfb316b | [log] [tgz] |
---|---|---|
author | Luo Longjun <luolongjun@huawei.com> | Thu Feb 25 22:58:29 2021 -0500 |
committer | Jeff Layton <jlayton@kernel.org> | Thu Mar 11 07:48:11 2021 -0500 |
tree | 1387b885216317522fb97fa47d30d96fd9eb1700 | |
parent | a38fd8748464831584a19438cbb3082b5a2dab15 [diff] |
fs/locks: print full locks information Commit fd7732e033e3 ("fs/locks: create a tree of dependent requests.") has put blocked locks into a tree. So, with a for loop, we can't check all locks information. To solve this problem, we should traverse the tree. Signed-off-by: Luo Longjun <luolongjun@huawei.com> Signed-off-by: Jeff Layton <jlayton@kernel.org>