summaryrefslogtreecommitdiffstats
path: root/fs/ext4/sysfs.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/ext4/sysfs.c')
-rw-r--r--fs/ext4/sysfs.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/fs/ext4/sysfs.c b/fs/ext4/sysfs.c
index b3cd7655a6ff..eb1efad0e20a 100644
--- a/fs/ext4/sysfs.c
+++ b/fs/ext4/sysfs.c
@@ -242,6 +242,9 @@ EXT4_ATTR_FEATURE(encryption);
242#ifdef CONFIG_UNICODE 242#ifdef CONFIG_UNICODE
243EXT4_ATTR_FEATURE(casefold); 243EXT4_ATTR_FEATURE(casefold);
244#endif 244#endif
245#ifdef CONFIG_FS_VERITY
246EXT4_ATTR_FEATURE(verity);
247#endif
245EXT4_ATTR_FEATURE(metadata_csum_seed); 248EXT4_ATTR_FEATURE(metadata_csum_seed);
246 249
247static struct attribute *ext4_feat_attrs[] = { 250static struct attribute *ext4_feat_attrs[] = {
@@ -254,6 +257,9 @@ static struct attribute *ext4_feat_attrs[] = {
254#ifdef CONFIG_UNICODE 257#ifdef CONFIG_UNICODE
255 ATTR_LIST(casefold), 258 ATTR_LIST(casefold),
256#endif 259#endif
260#ifdef CONFIG_FS_VERITY
261 ATTR_LIST(verity),
262#endif
257 ATTR_LIST(metadata_csum_seed), 263 ATTR_LIST(metadata_csum_seed),
258 NULL, 264 NULL,
259}; 265};