aboutsummaryrefslogtreecommitdiffstats
path: root/fs
diff options
context:
space:
mode:
Diffstat (limited to 'fs')
-rw-r--r--fs/namei.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/fs/namei.c b/fs/namei.c
index db1bca26d88c..8c2db88bb20d 100644
--- a/fs/namei.c
+++ b/fs/namei.c
@@ -572,11 +572,6 @@ fail:
572 return PTR_ERR(link); 572 return PTR_ERR(link);
573} 573}
574 574
575struct path {
576 struct vfsmount *mnt;
577 struct dentry *dentry;
578};
579
580static inline void dput_path(struct path *path, struct nameidata *nd) 575static inline void dput_path(struct path *path, struct nameidata *nd)
581{ 576{
582 dput(path->dentry); 577 dput(path->dentry);