Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Aufs5 Standalone
Commits
d5da0218
Commit
d5da0218
authored
Jul 13, 2021
by
J. R. Okajima
Browse files
Merge branch 'aufs5.x-rcN/01modular' into aufs5.x-rcN/30stdalone
parents
e638209a
cd8314e3
Changes
1
Hide whitespace changes
Inline
Side-by-side
fs/aufs/module.h
View file @
d5da0218
...
...
@@ -97,7 +97,7 @@ static inline void au_kfree_small(const void *p)
static
inline
int
au_kmidx_sub
(
size_t
sz
,
size_t
new_sz
)
{
#ifndef CONFIG_SLOB
return
kmalloc_index
(
sz
)
-
kmalloc_index
(
new_sz
);
return
__
kmalloc_index
(
sz
,
false
)
-
__
kmalloc_index
(
new_sz
,
false
);
#else
return
-
1
;
/* SLOB is untested */
#endif
...
...
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