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
7e5f7bb0
Commit
7e5f7bb0
authored
May 20, 2019
by
Al Viro
Committed by
David Howells
May 21, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
unexport simple_dname()
Signed-off-by:
Al Viro
<
viro@zeniv.linux.org.uk
>
parent
4de1e3a8
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
2 deletions
+1
-2
fs/d_path.c
fs/d_path.c
+0
-1
fs/internal.h
fs/internal.h
+1
-0
include/linux/dcache.h
include/linux/dcache.h
+0
-1
No files found.
fs/d_path.c
View file @
7e5f7bb0
...
...
@@ -316,7 +316,6 @@ char *simple_dname(struct dentry *dentry, char *buffer, int buflen)
end
=
ERR_PTR
(
-
ENAMETOOLONG
);
return
end
;
}
EXPORT_SYMBOL
(
simple_dname
);
/*
* Write full pathname from the root of the filesystem into the buffer.
...
...
fs/internal.h
View file @
7e5f7bb0
...
...
@@ -160,6 +160,7 @@ extern int d_set_mounted(struct dentry *dentry);
extern
long
prune_dcache_sb
(
struct
super_block
*
sb
,
struct
shrink_control
*
sc
);
extern
struct
dentry
*
d_alloc_cursor
(
struct
dentry
*
);
extern
struct
dentry
*
d_alloc_pseudo
(
struct
super_block
*
,
const
struct
qstr
*
);
extern
char
*
simple_dname
(
struct
dentry
*
,
char
*
,
int
);
/*
* read_write.c
...
...
include/linux/dcache.h
View file @
7e5f7bb0
...
...
@@ -291,7 +291,6 @@ static inline unsigned d_count(const struct dentry *dentry)
*/
extern
__printf
(
4
,
5
)
char
*
dynamic_dname
(
struct
dentry
*
,
char
*
,
int
,
const
char
*
,
...);
extern
char
*
simple_dname
(
struct
dentry
*
,
char
*
,
int
);
extern
char
*
__d_path
(
const
struct
path
*
,
const
struct
path
*
,
char
*
,
int
);
extern
char
*
d_absolute_path
(
const
struct
path
*
,
char
*
,
int
);
...
...
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