summaryrefslogtreecommitdiffstats
path: root/fs/ext4
diff options
context:
space:
mode:
authorTheodore Ts'o2012-09-13 18:11:40 +0200
committerTheodore Ts'o2012-09-13 18:11:40 +0200
commit5e7bbef19c8385895cb21c41a88bd937902e6316 (patch)
treea1a510f32c705d97c401bf622e8511d97fc50a9b /fs/ext4
parentext4: log a resize update to the console every 10 seconds (diff)
downloadkernel-qcow2-linux-5e7bbef19c8385895cb21c41a88bd937902e6316.tar.gz
kernel-qcow2-linux-5e7bbef19c8385895cb21c41a88bd937902e6316.tar.xz
kernel-qcow2-linux-5e7bbef19c8385895cb21c41a88bd937902e6316.zip
ext4: advertise the fact that the kernel supports meta_bg resizing
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'fs/ext4')
-rw-r--r--fs/ext4/super.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/ext4/super.c b/fs/ext4/super.c
index b8de488889d6..eb7722ab771c 100644
--- a/fs/ext4/super.c
+++ b/fs/ext4/super.c
@@ -2585,10 +2585,12 @@ static struct attribute *ext4_attrs[] = {
/* Features this copy of ext4 supports */
EXT4_INFO_ATTR(lazy_itable_init);
EXT4_INFO_ATTR(batched_discard);
+EXT4_INFO_ATTR(meta_bg_resize);
static struct attribute *ext4_feat_attrs[] = {
ATTR_LIST(lazy_itable_init),
ATTR_LIST(batched_discard),
+ ATTR_LIST(meta_bg_resize),
NULL,
};