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
Kirill Smelkov
linux
Commits
698f1e2b
Commit
698f1e2b
authored
1 year ago
by
Al Viro
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
kill d_backing_dentry()
no users left Signed-off-by:
Al Viro
<
viro@zeniv.linux.org.uk
>
parent
2fcd38f4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
15 deletions
+0
-15
include/linux/dcache.h
include/linux/dcache.h
+0
-15
No files found.
include/linux/dcache.h
View file @
698f1e2b
...
@@ -530,21 +530,6 @@ static inline struct inode *d_backing_inode(const struct dentry *upper)
...
@@ -530,21 +530,6 @@ static inline struct inode *d_backing_inode(const struct dentry *upper)
return
inode
;
return
inode
;
}
}
/**
* d_backing_dentry - Get upper or lower dentry we should be using
* @upper: The upper layer
*
* This is the helper that should be used to get the dentry of the inode that
* will be used if this dentry were opened as a file. It may be the upper
* dentry or it may be a lower dentry pinned by the upper.
*
* Normal filesystems should not use this to access their own dentries.
*/
static
inline
struct
dentry
*
d_backing_dentry
(
struct
dentry
*
upper
)
{
return
upper
;
}
/**
/**
* d_real - Return the real dentry
* d_real - Return the real dentry
* @dentry: the dentry to query
* @dentry: the dentry to query
...
...
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