Revert "vfs: add flags to d_real()"

This reverts commit 495e642939.

No user of "flags" argument of d_real() remain.

Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
Этот коммит содержится в:
Miklos Szeredi
2018-07-18 15:44:43 +02:00
родитель c671854346
Коммит 4ab30319fd
6 изменённых файлов: 11 добавлений и 12 удалений

Просмотреть файл

@@ -22,7 +22,7 @@ prototypes:
struct vfsmount *(*d_automount)(struct path *path);
int (*d_manage)(const struct path *, bool);
struct dentry *(*d_real)(struct dentry *, const struct inode *,
unsigned int, unsigned int);
unsigned int);
locking rules:
rename_lock ->d_lock may block rcu-walk

Просмотреть файл

@@ -1001,7 +1001,7 @@ struct dentry_operations {
struct vfsmount *(*d_automount)(struct path *);
int (*d_manage)(const struct path *, bool);
struct dentry *(*d_real)(struct dentry *, const struct inode *,
unsigned int, unsigned int);
unsigned int);
};
d_revalidate: called when the VFS needs to revalidate a dentry. This