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 63e7f12 commit e71f99fCopy full SHA for e71f99f
fs/ext4/sysfs.c
@@ -315,7 +315,9 @@ EXT4_ATTR_FEATURE(verity);
315
#endif
316
EXT4_ATTR_FEATURE(metadata_csum_seed);
317
EXT4_ATTR_FEATURE(fast_commit);
318
+#if defined(CONFIG_UNICODE) && defined(CONFIG_FS_ENCRYPTION)
319
EXT4_ATTR_FEATURE(encrypted_casefold);
320
+#endif
321
322
static struct attribute *ext4_feat_attrs[] = {
323
ATTR_LIST(lazy_itable_init),
@@ -333,7 +335,9 @@ static struct attribute *ext4_feat_attrs[] = {
333
335
334
336
ATTR_LIST(metadata_csum_seed),
337
ATTR_LIST(fast_commit),
338
339
ATTR_LIST(encrypted_casefold),
340
341
NULL,
342
};
343
ATTRIBUTE_GROUPS(ext4_feat);
0 commit comments