stop passing nameidata to ->lookup()
[deliverable/linux.git] / fs / proc / namespaces.c
index 40ceb40f98534e0c151b54e5b0d8dde8b5f7d2cb..b178ed733c3698a0ad2fcf49def0727b9fc135f6 100644 (file)
@@ -140,7 +140,7 @@ const struct file_operations proc_ns_dir_operations = {
 };
 
 static struct dentry *proc_ns_dir_lookup(struct inode *dir,
-                               struct dentry *dentry, struct nameidata *nd)
+                               struct dentry *dentry, unsigned int flags)
 {
        struct dentry *error;
        struct task_struct *task = get_proc_task(dir);
This page took 0.025757 seconds and 5 git commands to generate.