We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50b29d8 commit db90f41Copy full SHA for db90f41
fs/ext4/sysfs.c
@@ -238,6 +238,9 @@ EXT4_ATTR_FEATURE(meta_bg_resize);
238
#ifdef CONFIG_FS_ENCRYPTION
239
EXT4_ATTR_FEATURE(encryption);
240
#endif
241
+#ifdef CONFIG_UNICODE
242
+EXT4_ATTR_FEATURE(casefold);
243
+#endif
244
EXT4_ATTR_FEATURE(metadata_csum_seed);
245
246
static struct attribute *ext4_feat_attrs[] = {
@@ -246,6 +249,9 @@ static struct attribute *ext4_feat_attrs[] = {
249
ATTR_LIST(meta_bg_resize),
247
250
248
251
ATTR_LIST(encryption),
252
253
254
+ ATTR_LIST(casefold),
255
256
ATTR_LIST(metadata_csum_seed),
257
NULL,
0 commit comments