Re: [PATCH v3 10/12] e2fsck: Add option to force encoded filename verification
From: "Theodore Ts'o" <tytso@mit.edu>
Date: 2021-01-28 03:20:35
From: "Theodore Ts'o" <tytso@mit.edu>
Date: 2021-01-28 03:20:35
On Thu, Dec 17, 2020 at 06:35:42PM +0100, Arnaud Ferraris wrote:
From: Gabriel Krisman Bertazi <redacted> This is interesting for !strict filesystems as part of the encoding update procedure. Once the filesystem is known to not have badly encoded filenames, the update is trivial, thanks to the stability of assigned code points in the unicode specification. Signed-off-by: Gabriel Krisman Bertazi <redacted> Signed-off-by: Arnaud Ferraris <redacted>
Thanks, applied. - Ted