]> git.baikalelectronics.ru Git - kernel.git/commit
fs: dcache: Revert "manually unpoison dname after allocation to shut up kasan's reports"
authorAndrey Ryabinin <aryabinin@virtuozzo.com>
Thu, 1 Feb 2018 18:00:52 +0000 (21:00 +0300)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 1 Feb 2018 20:20:21 +0000 (12:20 -0800)
commit303d0220837593d536932cf3a0dfb06f97d0b1f0
tree1bbb461321132f4b208951983d8e42e3b1bd233f
parent75e6202df61ecf9f3ce1aeadeb6166960bc4d65e
fs: dcache: Revert "manually unpoison dname after allocation to shut up kasan's reports"

This reverts commit 3628aa6fc8f0473f2762f553a359ba2079483eda.

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>
fs/dcache.c