diff options
author | 2021-04-19 04:39:17 +0000 | |
---|---|---|
committer | 2021-04-19 04:39:17 +0000 | |
commit | b7f8f259896f669f131713b0c74ba4d008daa71d (patch) | |
tree | cb42f2b5e67674b011fcca54594213f43c086e8b /lib/test_bitmap.c | |
parent | ecryptfs: use DEFINE_MUTEX() for mutex lock (diff) | |
parent | Linux 5.12-rc7 (diff) | |
download | linux-dev-b7f8f259896f669f131713b0c74ba4d008daa71d.tar.xz linux-dev-b7f8f259896f669f131713b0c74ba4d008daa71d.zip |
Merge tag 'v5.12-rc7' into ecryptfs/next
Required to pick up idmapped mount changes which changed some function
parameters.
Diffstat (limited to 'lib/test_bitmap.c')
-rw-r--r-- | lib/test_bitmap.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/test_bitmap.c b/lib/test_bitmap.c index 4425a1dd4ef1..0ea0e8258f14 100644 --- a/lib/test_bitmap.c +++ b/lib/test_bitmap.c @@ -16,8 +16,7 @@ #include "../tools/testing/selftests/kselftest_module.h" -static unsigned total_tests __initdata; -static unsigned failed_tests __initdata; +KSTM_MODULE_GLOBALS(); static char pbl_buffer[PAGE_SIZE] __initdata; |