diff options
author | Sheng Yong <shengyong1@huawei.com> | 2017-04-22 05:39:20 +0300 |
---|---|---|
committer | Jaegeuk Kim <jaegeuk@kernel.org> | 2017-04-26 00:16:31 +0300 |
commit | d3bb910c15d75ee3340311c64a1c05985bb663a3 (patch) | |
tree | 3914c7fed2ae289d092481b11396b9d393d13c4d /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 4086d3f61b6573f65ddc13fc375c0c7b0ac482a0 (diff) | |
download | linux-d3bb910c15d75ee3340311c64a1c05985bb663a3.tar.xz |
f2fs: fix multiple f2fs_add_link() having same name for inline dentry
Commit 88c5c13a5027 (f2fs: fix multiple f2fs_add_link() calls having
same name) does not cover the scenario where inline dentry is enabled.
In that case, F2FS_I(dir)->task will be NULL, and __f2fs_add_link will
lookup dentries one more time.
This patch fixes it by moving the assigment of current task to a upper
level to cover both normal and inline dentry.
Cc: <stable@vger.kernel.org>
Fixes: 88c5c13a5027 (f2fs: fix multiple f2fs_add_link() calls having same name)
Signed-off-by: Sheng Yong <shengyong1@huawei.com>
Reviewed-by: Chao Yu <yuchao0@huawei.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