Re: [PATCH v2] ext4: Correct encrypted_casefolding sysfs entry
From: "Theodore Ts'o" <tytso@mit.edu>
Date: 2021-06-03 14:43:02
Also in:
linux-fsdevel, lkml, stable
From: "Theodore Ts'o" <tytso@mit.edu>
Date: 2021-06-03 14:43:02
Also in:
linux-fsdevel, lkml, stable
On Thu, Jun 03, 2021 at 09:48:49AM +0000, Daniel Rosenberg wrote:
Encrypted casefolding is only supported when both encryption and
casefolding are both enabled in the config.
Fixes: 471fbbea7ff7 ("ext4: handle casefolding with encryption")
Cc: stable@vger.kernel.org # 5.13+
Signed-off-by: Daniel Rosenberg <redacted>Thanks, applied. - Ted