OSDN Git Service

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)
commitbabcbbc7c4e2fa7fa76417ece7c57083bee971f1
tree1bbb461321132f4b208951983d8e42e3b1bd233f
parentbfe7aa6c39b12a6ab1e95f50271c53e47d6dd060
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>
fs/dcache.c