diff options
Diffstat (limited to 'fs/ext4/super.c')
-rw-r--r-- | fs/ext4/super.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/ext4/super.c b/fs/ext4/super.c index 01e60aa6c478..9ce3b67b7269 100644 --- a/fs/ext4/super.c +++ b/fs/ext4/super.c | |||
@@ -2457,9 +2457,11 @@ static struct attribute *ext4_attrs[] = { | |||
2457 | 2457 | ||
2458 | /* Features this copy of ext4 supports */ | 2458 | /* Features this copy of ext4 supports */ |
2459 | EXT4_INFO_ATTR(lazy_itable_init); | 2459 | EXT4_INFO_ATTR(lazy_itable_init); |
2460 | EXT4_INFO_ATTR(batched_discard); | ||
2460 | 2461 | ||
2461 | static struct attribute *ext4_feat_attrs[] = { | 2462 | static struct attribute *ext4_feat_attrs[] = { |
2462 | ATTR_LIST(lazy_itable_init), | 2463 | ATTR_LIST(lazy_itable_init), |
2464 | ATTR_LIST(batched_discard), | ||
2463 | NULL, | 2465 | NULL, |
2464 | }; | 2466 | }; |
2465 | 2467 | ||