]> 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)
commitb3aa5df729108d676b5bec14f6f794487a78e13b
tree1bbb461321132f4b208951983d8e42e3b1bd233f
parent9b1e7e2a9497dd9d0d7ab341c29ec97ec2484ebe
fs: dcache: Revert "manually unpoison dname after allocation to shut up kasan's reports"

This reverts commit 92b2c274b20c3561c0ba0670bc0d70f172457e3a.

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