diff options
author | André Almeida <andrealmeid@igalia.com> | 2024-10-21 18:37:19 +0200 |
---|---|---|
committer | Christian Brauner <brauner@kernel.org> | 2024-10-28 13:36:54 +0100 |
commit | 04dad6c6d37d741bad9946a92171bfa637e989f0 (patch) | |
tree | e799b1dfe2b99382206a16c7afc216daa9ccabf5 /fs/unicode | |
parent | ext4: Use generic_ci_validate_strict_name helper (diff) | |
download | linux-04dad6c6d37d741bad9946a92171bfa637e989f0.tar.xz linux-04dad6c6d37d741bad9946a92171bfa637e989f0.zip |
unicode: Export latest available UTF-8 version number
Export latest available UTF-8 version number so filesystems can easily
load the newest one.
Signed-off-by: André Almeida <andrealmeid@igalia.com>
Link: https://lore.kernel.org/r/20241021-tonyk-tmpfs-v8-3-f443d5814194@igalia.com
Acked-by: Gabriel Krisman Bertazi <krisman@suse.de>
Signed-off-by: Christian Brauner <brauner@kernel.org>
Diffstat (limited to 'fs/unicode')
-rw-r--r-- | fs/unicode/utf8-selftest.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/fs/unicode/utf8-selftest.c b/fs/unicode/utf8-selftest.c index 600e15efe9ed..5ddaf27b21a6 100644 --- a/fs/unicode/utf8-selftest.c +++ b/fs/unicode/utf8-selftest.c @@ -17,9 +17,6 @@ static unsigned int failed_tests; static unsigned int total_tests; -/* Tests will be based on this version. */ -#define UTF8_LATEST UNICODE_AGE(12, 1, 0) - #define _test(cond, func, line, fmt, ...) do { \ total_tests++; \ if (!cond) { \ |