Commit 5e7bbef1 authored by Theodore Ts'o's avatar Theodore Ts'o

ext4: advertise the fact that the kernel supports meta_bg resizing

Signed-off-by: default avatar"Theodore Ts'o" <tytso@mit.edu>
parent 4da4a56e
...@@ -2585,10 +2585,12 @@ static struct attribute *ext4_attrs[] = { ...@@ -2585,10 +2585,12 @@ static struct attribute *ext4_attrs[] = {
/* Features this copy of ext4 supports */ /* Features this copy of ext4 supports */
EXT4_INFO_ATTR(lazy_itable_init); EXT4_INFO_ATTR(lazy_itable_init);
EXT4_INFO_ATTR(batched_discard); EXT4_INFO_ATTR(batched_discard);
EXT4_INFO_ATTR(meta_bg_resize);
static struct attribute *ext4_feat_attrs[] = { static struct attribute *ext4_feat_attrs[] = {
ATTR_LIST(lazy_itable_init), ATTR_LIST(lazy_itable_init),
ATTR_LIST(batched_discard), ATTR_LIST(batched_discard),
ATTR_LIST(meta_bg_resize),
NULL, NULL,
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment