Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
cbd4a5bc
Commit
cbd4a5bc
authored
Mar 29, 2018
by
Al Viro
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
d_genocide: move export to definition
Signed-off-by:
Al Viro
<
viro@zeniv.linux.org.uk
>
parent
42177007
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
fs/dcache.c
fs/dcache.c
+2
-2
No files found.
fs/dcache.c
View file @
cbd4a5bc
...
...
@@ -3095,6 +3095,8 @@ void d_genocide(struct dentry *parent)
d_walk
(
parent
,
parent
,
d_genocide_kill
,
NULL
);
}
EXPORT_SYMBOL
(
d_genocide
);
void
d_tmpfile
(
struct
dentry
*
dentry
,
struct
inode
*
inode
)
{
inode_dec_link_count
(
inode
);
...
...
@@ -3174,8 +3176,6 @@ static void __init dcache_init(void)
struct
kmem_cache
*
names_cachep
__read_mostly
;
EXPORT_SYMBOL
(
names_cachep
);
EXPORT_SYMBOL
(
d_genocide
);
void
__init
vfs_caches_init_early
(
void
)
{
int
i
;
...
...
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