File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -496,12 +496,6 @@ ecryptfs_set_superblock_lower(struct super_block *sb,
496
496
((struct ecryptfs_sb_info * )sb -> s_fs_info )-> wsi_sb = lower_sb ;
497
497
}
498
498
499
- static inline struct ecryptfs_dentry_info *
500
- ecryptfs_dentry_to_private (struct dentry * dentry )
501
- {
502
- return (struct ecryptfs_dentry_info * )dentry -> d_fsdata ;
503
- }
504
-
505
499
static inline void
506
500
ecryptfs_set_dentry_private (struct dentry * dentry ,
507
501
struct ecryptfs_dentry_info * dentry_info )
@@ -515,12 +509,6 @@ ecryptfs_dentry_to_lower(struct dentry *dentry)
515
509
return ((struct ecryptfs_dentry_info * )dentry -> d_fsdata )-> lower_path .dentry ;
516
510
}
517
511
518
- static inline struct vfsmount *
519
- ecryptfs_dentry_to_lower_mnt (struct dentry * dentry )
520
- {
521
- return ((struct ecryptfs_dentry_info * )dentry -> d_fsdata )-> lower_path .mnt ;
522
- }
523
-
524
512
static inline struct path *
525
513
ecryptfs_dentry_to_lower_path (struct dentry * dentry )
526
514
{
You can’t perform that action at this time.
0 commit comments