We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fcd38f commit 698f1e2Copy full SHA for 698f1e2
1 file changed
include/linux/dcache.h
@@ -530,21 +530,6 @@ static inline struct inode *d_backing_inode(const struct dentry *upper)
530
return inode;
531
}
532
533
-/**
534
- * d_backing_dentry - Get upper or lower dentry we should be using
535
- * @upper: The upper layer
536
- *
537
- * This is the helper that should be used to get the dentry of the inode that
538
- * will be used if this dentry were opened as a file. It may be the upper
539
- * dentry or it may be a lower dentry pinned by the upper.
540
541
- * Normal filesystems should not use this to access their own dentries.
542
- */
543
-static inline struct dentry *d_backing_dentry(struct dentry *upper)
544
-{
545
- return upper;
546
-}
547
-
548
/**
549
* d_real - Return the real dentry
550
* @dentry: the dentry to query
0 commit comments