From: "Pali Rohár" <pali@kernel.org>
To: linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org,
OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>,
Jan Kara <jack@suse.cz>, Alexander Viro <viro@zeniv.linux.org.uk>
Subject: [RFC PATCH 0/3] fs: nls: Simplification of ASCII and ISO-8859-1
Date: Mon, 26 Dec 2022 15:42:58 +0100 [thread overview]
Message-ID: <20221226144301.16382-1-pali@kernel.org> (raw)
This is RFC patch series which simplify ASCII and ISO-8859-1 tables.
I'm not sure what is the direction of the nls code and duplicated
default/iso88591 tables, so I'm sending this series as RFC.
Pali Rohár (3):
nls: Simplify ASCII implementation
nls: Simplify ISO-8859-1 implementation
nls: Replace default nls table by correct iso8859-1 table
fs/nls/Kconfig | 21 ++--
fs/nls/Makefile | 1 -
fs/nls/nls_ascii.c | 85 ++------------
fs/nls/nls_base.c | 187 +++++++-----------------------
fs/nls/nls_iso8859-1.c | 257 -----------------------------------------
5 files changed, 57 insertions(+), 494 deletions(-)
delete mode 100644 fs/nls/nls_iso8859-1.c
--
2.20.1
next reply other threads:[~2022-12-26 14:49 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-12-26 14:42 Pali Rohár [this message]
2022-12-26 14:42 ` [RFC PATCH 1/3] nls: Simplify ASCII implementation Pali Rohár
2022-12-26 14:43 ` [RFC PATCH 2/3] nls: Simplify ISO-8859-1 implementation Pali Rohár
2022-12-26 14:43 ` [RFC PATCH 3/3] nls: Replace default nls table by correct iso8859-1 table Pali Rohár
2023-01-10 7:52 ` kernel test robot
2023-01-10 9:23 ` OGAWA Hirofumi
2023-02-04 10:58 ` Pali Rohár
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20221226144301.16382-1-pali@kernel.org \
--to=pali@kernel.org \
--cc=hirofumi@mail.parknet.co.jp \
--cc=jack@suse.cz \
--cc=linux-fsdevel@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=viro@zeniv.linux.org.uk \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox