mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-07 23:28:55 +00:00
ext4: indicate that fast_commit is available via /sys/fs/ext4/feature/...
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
This commit is contained in:
parent
f8f4acb6cd
commit
6694875ef8
1 changed files with 2 additions and 0 deletions
|
@ -315,6 +315,7 @@ EXT4_ATTR_FEATURE(casefold);
|
||||||
EXT4_ATTR_FEATURE(verity);
|
EXT4_ATTR_FEATURE(verity);
|
||||||
#endif
|
#endif
|
||||||
EXT4_ATTR_FEATURE(metadata_csum_seed);
|
EXT4_ATTR_FEATURE(metadata_csum_seed);
|
||||||
|
EXT4_ATTR_FEATURE(fast_commit);
|
||||||
|
|
||||||
static struct attribute *ext4_feat_attrs[] = {
|
static struct attribute *ext4_feat_attrs[] = {
|
||||||
ATTR_LIST(lazy_itable_init),
|
ATTR_LIST(lazy_itable_init),
|
||||||
|
@ -331,6 +332,7 @@ static struct attribute *ext4_feat_attrs[] = {
|
||||||
ATTR_LIST(verity),
|
ATTR_LIST(verity),
|
||||||
#endif
|
#endif
|
||||||
ATTR_LIST(metadata_csum_seed),
|
ATTR_LIST(metadata_csum_seed),
|
||||||
|
ATTR_LIST(fast_commit),
|
||||||
NULL,
|
NULL,
|
||||||
};
|
};
|
||||||
ATTRIBUTE_GROUPS(ext4_feat);
|
ATTRIBUTE_GROUPS(ext4_feat);
|
||||||
|
|
Loading…
Add table
Reference in a new issue