commit | ee5ea1c51d72ece3c52946ae9a03f4e37f16cea6 | [log] [tgz] |
---|---|---|
author | Denis Efremov <efremov@linux.com> | Wed Sep 04 05:02:51 2019 +0000 |
committer | Johannes Weiner <hannes@cmpxchg.org> | Wed Sep 04 05:02:51 2019 +0000 |
tree | 40a6b8bd2602f010153bb92d74f2294926aa0e51 | |
parent | 873a690015a30bb0f217b792b35aa9f3c741b352 [diff] |
fs: remove unlikely() from WARN_ON() condition "unlikely(WARN_ON(x))" is excessive. WARN_ON() already uses unlikely() internally. Link: http://lkml.kernel.org/r/20190829165025.15750-5-efremov@linux.com Signed-off-by: Denis Efremov <efremov@linux.com> Cc: Alexander Viro <viro@zeniv.linux.org.uk> Cc: Joe Perches <joe@perches.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>