mbox series

[0/2] Fix up casefolding sysfs entries for F2FS

Message ID 20210602041539.123097-1-drosen@google.com (mailing list archive)
Headers show
Series Fix up casefolding sysfs entries for F2FS | expand

Message

Daniel Rosenberg June 2, 2021, 4:15 a.m. UTC
These correct displaying support for casefolding only when that capability
is present, and advertise if encryption and casefolding are supported
together. Casefolding requires CONFIG_UNICODE, and casefolding with
encryption wasn't supported until commit 7ad08a58bf67
("f2fs: Handle casefolding with Encryption")

Daniel Rosenberg (2):
  f2fs: Show casefolding support only when supported
  f2fs: Advertise encrypted casefolding in sysfs

 fs/f2fs/sysfs.c | 15 +++++++++++++++
 1 file changed, 15 insertions(+)