projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4da4a56
)
ext4: advertise the fact that the kernel supports meta_bg resizing
author
Theodore Ts'o
<tytso@mit.edu>
Thu, 13 Sep 2012 16:11:40 +0000
(12:11 -0400)
committer
Theodore Ts'o
<tytso@mit.edu>
Thu, 13 Sep 2012 16:11:40 +0000
(12:11 -0400)
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
fs/ext4/super.c
patch
|
blob
|
blame
|
history
diff --git
a/fs/ext4/super.c
b/fs/ext4/super.c
index b8de488889d6b256d82d18c6f057253d4158e6c9..eb7722ab771cb5c7a541e23080a1ff21ca5396fd 100644
(file)
--- 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,
};