Zhengyuan Liu
b2f28d11f2
raid6/test: fix a compilation error
...
[ Upstream commit 6b8651aac1 ]
The compilation error is redeclaration showed as following:
In file included from ../../../include/linux/limits.h:6,
from /usr/include/x86_64-linux-gnu/bits/local_lim.h:38,
from /usr/include/x86_64-linux-gnu/bits/posix1_lim.h:161,
from /usr/include/limits.h:183,
from /usr/lib/gcc/x86_64-linux-gnu/8/include-fixed/limits.h:194,
from /usr/lib/gcc/x86_64-linux-gnu/8/include-fixed/syslimits.h:7,
from /usr/lib/gcc/x86_64-linux-gnu/8/include-fixed/limits.h:34,
from ../../../include/linux/raid/pq.h:30,
from algos.c:14:
../../../include/linux/types.h:114:15: error: conflicting types for ‘int64_t’
typedef s64 int64_t;
^~~~~~~
In file included from /usr/include/stdint.h:34,
from /usr/lib/gcc/x86_64-linux-gnu/8/include/stdint.h:9,
from /usr/include/inttypes.h:27,
from ../../../include/linux/raid/pq.h:29,
from algos.c:14:
/usr/include/x86_64-linux-gnu/bits/stdint-intn.h:27:19: note: previous \
declaration of ‘int64_t’ was here
typedef __int64_t int64_t;
Fixes: 54d50897d5 ("linux/kernel.h: split *_MAX and *_MIN macros into <linux/limits.h>")
Signed-off-by: Zhengyuan Liu <liuzhengyuan@kylinos.cn >
Signed-off-by: Song Liu <songliubraving@fb.com >
Signed-off-by: Sasha Levin <sashal@kernel.org >
2020-02-24 08:36:27 +01:00
..
2020-01-14 20:08:28 +01:00
2019-09-16 12:06:23 +02:00
2019-09-17 10:27:46 -07:00
2019-10-02 12:19:53 -04:00
2019-09-18 11:14:31 -07:00
2020-02-19 19:53:09 +01:00
2019-09-19 14:14:28 -07:00
2019-09-16 09:56:27 -07:00
2019-09-17 00:40:05 -05:00
2020-02-11 04:35:52 -08:00
2020-02-11 04:35:51 -08:00
2020-01-26 10:01:07 +01:00
2019-09-21 10:59:54 -07:00
2020-01-29 16:45:33 +01:00
2019-09-13 12:47:36 +02:00
2019-09-13 12:47:36 +02:00
2019-09-13 12:47:36 +02:00
2019-09-13 12:47:36 +02:00
2020-02-01 09:34:51 +00:00
2020-02-01 09:34:49 +00:00
2019-09-21 10:26:24 -07:00
2020-02-24 08:36:27 +01:00
2020-02-11 04:35:55 -08:00
2019-12-31 16:46:06 +01:00
2019-09-19 16:24:24 -07:00
2019-10-30 12:04:35 -04:00
2020-02-01 09:34:32 +00:00
2019-09-28 08:14:15 -07:00
2020-01-09 10:19:59 +01:00
2020-02-11 04:35:11 -08:00
2020-01-09 10:19:54 +01:00
2019-10-14 15:04:01 -07:00
2019-10-01 15:45:03 +02:00
2019-09-05 19:52:34 -06:00
2020-01-23 08:22:32 +01:00
2019-10-31 21:41:33 +01:00
2019-09-05 10:15:16 +02:00
2019-09-19 15:31:27 -07:00
2019-09-20 15:45:07 -07:00
2019-09-24 15:54:10 -07:00
2019-11-29 10:10:08 +01:00
2019-10-11 09:26:05 -07:00
2019-09-21 09:47:19 -07:00
2019-09-08 14:53:58 +02:00
2019-11-04 12:22:02 +01:00
2020-02-11 04:35:25 -08:00
2019-09-17 19:15:14 -07:00
2019-09-25 17:51:40 -07:00
2019-09-23 11:21:04 -07:00
2019-09-18 10:33:46 -07:00
2020-01-04 19:17:24 +01:00
2020-01-04 19:17:00 +01:00
2020-01-09 10:19:58 +01:00
2019-10-22 12:54:44 -07:00
2019-10-31 09:40:19 +01:00
2019-09-05 19:52:33 -06:00
2020-02-11 04:35:37 -08:00
2019-10-18 15:32:52 +02:00
2019-10-22 11:26:09 -07:00
2019-09-25 09:55:59 -07:00
2019-12-17 19:55:30 +01:00
2019-11-29 10:10:13 +01:00
2019-10-28 16:17:31 -07:00
2019-09-05 11:40:54 +02:00
2019-09-18 15:58:13 +02:00
2020-01-04 19:18:41 +01:00
2019-09-29 10:33:41 -07:00
2019-09-24 15:54:08 -07:00
2019-10-02 06:36:50 -07:00
2019-09-24 12:36:31 -07:00
2019-09-24 16:48:02 -07:00
2019-11-08 08:46:49 -08:00
2020-01-12 12:21:46 +01:00
2019-10-24 14:53:49 -07:00
2019-10-24 14:53:48 -07:00
2019-10-24 14:53:49 -07:00
2019-09-28 08:14:15 -07:00
2019-11-11 16:10:54 +01:00
2019-09-17 19:15:14 -07:00
2019-09-25 17:51:39 -07:00
2019-09-19 15:32:45 -07:00
2019-12-31 16:44:14 +01:00
2020-02-11 04:35:54 -08:00
2020-02-11 04:35:54 -08:00
2019-12-13 08:42:53 +01:00
2019-09-07 04:28:05 -03:00
2019-12-13 08:42:53 +01:00
2019-09-28 08:14:15 -07:00
2019-09-25 17:51:40 -07:00
2019-09-24 15:54:11 -07:00
2020-02-11 04:35:54 -08:00
2020-02-11 04:35:40 -08:00
2019-10-08 22:05:58 +02:00
2020-01-09 10:19:59 +01:00
2020-01-04 19:18:28 +01:00
2019-09-28 08:14:15 -07:00
2019-09-05 12:32:05 +02:00
2019-10-07 15:47:20 -07:00
2020-01-09 10:19:56 +01:00
2019-11-15 18:34:00 -08:00
2019-09-28 14:05:38 -07:00
2019-09-29 10:33:41 -07:00
2019-10-17 16:31:52 -07:00
2019-10-04 18:11:08 -07:00
2019-12-13 08:43:18 +01:00
2019-09-25 17:51:40 -07:00
2019-11-06 08:28:58 -08:00
2020-01-23 08:22:40 +01:00
2019-09-07 04:28:04 -03:00
2020-01-23 08:22:39 +01:00
2019-12-31 16:41:16 +01:00
2019-09-27 19:37:27 -07:00
2020-01-29 16:45:21 +01:00
2019-09-13 12:35:33 +02:00
2019-09-13 12:35:33 +02:00
2019-09-13 12:47:36 +02:00
2019-09-20 15:15:24 -04:00
2020-01-09 10:19:41 +01:00
2019-12-31 16:44:40 +01:00
2019-12-31 16:44:43 +01:00
2019-09-11 14:46:02 +01:00
2020-02-11 04:35:28 -08:00
2019-10-14 15:04:00 -07:00
2019-11-06 08:28:58 -08:00
2019-09-24 15:54:08 -07:00
2019-09-07 04:28:04 -03:00
2019-09-23 19:16:01 -07:00
2020-01-09 10:19:53 +01:00
2020-02-11 04:35:44 -08:00
2019-10-28 11:02:01 +01:00
2019-09-05 11:54:14 +02:00
2019-12-31 16:41:26 +01:00
2019-10-07 12:52:44 +02:00
2019-12-21 11:04:31 +01:00
2020-01-04 19:18:48 +01:00
2019-09-05 21:16:22 +02:00
2019-09-25 17:51:39 -07:00
2019-09-21 03:25:10 +02:00
2020-01-04 19:17:25 +01:00
2019-12-17 19:56:43 +01:00
2019-11-01 22:26:34 -04:00
2019-09-12 21:05:34 -04:00
2019-09-25 17:51:39 -07:00
2020-01-04 19:19:13 +01:00
2019-09-16 17:25:49 -07:00
2019-09-25 17:42:29 +02:00
2019-10-28 12:18:23 +01:00
2019-10-24 10:26:33 +02:00
2019-09-16 11:43:38 -05:00
2020-02-05 21:22:43 +00:00
2019-10-31 09:40:21 +01:00
2019-09-12 21:05:34 -04:00
2019-09-24 15:54:11 -07:00
2020-01-04 19:18:39 +01:00
2020-01-23 08:22:45 +01:00
2019-10-07 15:47:20 -07:00
2019-10-31 14:01:40 -07:00
2019-09-11 15:27:09 +01:00
2019-10-08 13:27:05 +02:00
2020-02-19 19:52:56 +01:00
2019-09-25 17:51:41 -07:00
2019-09-11 12:34:29 +02:00
2019-09-07 21:42:25 +02:00
2019-10-02 10:06:45 +02:00
2019-09-17 20:03:49 -06:00
2019-10-13 10:13:08 -07:00
2020-01-04 19:18:42 +01:00
2019-12-18 16:08:43 +01:00
2020-01-23 08:22:44 +01:00
2019-09-16 17:25:49 -07:00
2019-10-07 15:24:36 +02:00
2020-01-17 19:48:40 +01:00
2019-10-28 04:25:04 -04:00
2019-09-24 15:54:10 -07:00
2019-09-17 12:35:15 -07:00
2019-09-13 21:15:39 +10:00
2019-10-14 15:04:01 -07:00
2019-09-24 15:54:12 -07:00