File tree Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -530,21 +530,6 @@ static inline struct inode *d_backing_inode(const struct dentry *upper)
530
530
return inode ;
531
531
}
532
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
533
/**
549
534
* d_real - Return the real dentry
550
535
* @dentry: the dentry to query
You can’t perform that action at this time.
0 commit comments