Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
e
devices
android_kernel_sony_msm8994
Commits
aeb37af2
Commit
aeb37af2
authored
Jul 30, 2021
by
threader
Committed by
Bernhard Thoben
Jul 31, 2021
Browse files
Revert "binderfs: make symbol 'binderfs_fs_parameters' static"
This reverts commit a9684760b75394c153b0a0132153e55788df20b4.
parent
559a8f01
Changes
1
Hide whitespace changes
Inline
Side-by-side
drivers/android/binderfs.c
View file @
aeb37af2
...
...
@@ -65,13 +65,7 @@ static const match_table_t tokens = {
{
Opt_err
,
NULL
}
};
static
const
struct
fs_parameter_spec
binderfs_fs_parameters
[]
=
{
fsparam_u32
(
"max"
,
Opt_max
),
fsparam_enum
(
"stats"
,
Opt_stats_mode
,
binderfs_param_stats
),
{}
};
static
inline
struct
binderfs_info
*
BINDERFS_SB
(
const
struct
super_block
*
sb
)
static
inline
struct
binderfs_info
*
BINDERFS_I
(
const
struct
inode
*
inode
)
{
return
inode
->
i_sb
->
s_fs_info
;
}
...
...
Write
Preview
Supports
Markdown
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