commit | c7ae7da308d48edf2272fa16db3f33f32715d91d | [log] [tgz] |
---|---|---|
author | Denis Efremov <efremov@linux.com> | Wed Sep 04 05:02:52 2019 +0000 |
committer | Johannes Weiner <hannes@cmpxchg.org> | Wed Sep 04 05:02:52 2019 +0000 |
tree | 8c3a45ed93b96b62fefaeb2fabc446bafde719b2 | |
parent | 4c7fbf972fd620a7e8beda5d9fd280f2f6ac72fc [diff] |
xfs: 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-7-efremov@linux.com Signed-off-by: Denis Efremov <efremov@linux.com> Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com> Cc: Joe Perches <joe@perches.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>