commit | babcbbc7c4e2fa7fa76417ece7c57083bee971f1 | [log] [tgz] |
---|---|---|
author | Andrey Ryabinin <aryabinin@virtuozzo.com> | Thu Feb 01 21:00:52 2018 +0300 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Thu Feb 01 12:20:21 2018 -0800 |
tree | 1bbb461321132f4b208951983d8e42e3b1bd233f | |
parent | bfe7aa6c39b12a6ab1e95f50271c53e47d6dd060 [diff] |
fs: dcache: Revert "manually unpoison dname after allocation to shut up kasan's reports" This reverts commit df4c0e36f1b1782b0611a77c52cc240e5c4752dd. It's no longer needed since dentry_string_cmp() now uses read_word_at_a_time() to avoid kasan's reports. Signed-off-by: Andrey Ryabinin <aryabinin@virtuozzo.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>