[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210512140656.12083-1-glittao@gmail.com>
Date: Wed, 12 May 2021 16:06:56 +0200
From: glittao@...il.com
To: brendanhiggins@...gle.com, cl@...ux.com, penberg@...nel.org,
rientjes@...gle.com, iamjoonsoo.kim@....com,
akpm@...ux-foundation.org, vbabka@...e.cz
Cc: linux-kernel@...r.kernel.org, linux-kselftest@...r.kernel.org,
kunit-dev@...glegroups.com, linux-mm@...ck.org, elver@...gle.com,
dlatypov@...gle.com, Oliver Glitta <glittao@...il.com>
Subject: [PATCH] mm/slub, kunit: add a KUnit test for SLUB debugging functionality-fix
From: Oliver Glitta <glittao@...il.com>
Remove unused function test_exit(), from SLUB KUnit test.
Reported-by: Marco Elver <elver@...gle.com>
Signed-off-by: Oliver Glitta <glittao@...il.com>
---
lib/slub_kunit.c | 3 ---
1 file changed, 3 deletions(-)
diff --git a/lib/slub_kunit.c b/lib/slub_kunit.c
index f28965f64ef6..8662dc6cb509 100644
--- a/lib/slub_kunit.c
+++ b/lib/slub_kunit.c
@@ -129,8 +129,6 @@ static int test_init(struct kunit *test)
return 0;
}
-static void test_exit(struct kunit *test) {}
-
static struct kunit_case test_cases[] = {
KUNIT_CASE(test_clobber_zone),
@@ -147,7 +145,6 @@ static struct kunit_case test_cases[] = {
static struct kunit_suite test_suite = {
.name = "slub_test",
.init = test_init,
- .exit = test_exit,
.test_cases = test_cases,
};
kunit_test_suite(test_suite);
--
2.31.1.272.g89b43f80a5
Powered by blists - more mailing lists