Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Kirill Smelkov
linux
Commits
db90f419
Commit
db90f419
authored
5 years ago
by
Theodore Ts'o
Browse files
Options
Download
Email Patches
Plain Diff
ext4: export /sys/fs/ext4/feature/casefold if Unicode support is present
Signed-off-by:
Theodore Ts'o
<
tytso@mit.edu
>
parent
50b29d8f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
fs/ext4/sysfs.c
fs/ext4/sysfs.c
+6
-0
No files found.
fs/ext4/sysfs.c
View file @
db90f419
...
...
@@ -238,6 +238,9 @@ EXT4_ATTR_FEATURE(meta_bg_resize);
#ifdef CONFIG_FS_ENCRYPTION
EXT4_ATTR_FEATURE
(
encryption
);
#endif
#ifdef CONFIG_UNICODE
EXT4_ATTR_FEATURE
(
casefold
);
#endif
EXT4_ATTR_FEATURE
(
metadata_csum_seed
);
static
struct
attribute
*
ext4_feat_attrs
[]
=
{
...
...
@@ -246,6 +249,9 @@ static struct attribute *ext4_feat_attrs[] = {
ATTR_LIST
(
meta_bg_resize
),
#ifdef CONFIG_FS_ENCRYPTION
ATTR_LIST
(
encryption
),
#endif
#ifdef CONFIG_UNICODE
ATTR_LIST
(
casefold
),
#endif
ATTR_LIST
(
metadata_csum_seed
),
NULL
,
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment