diff options
Diffstat (limited to 'fs/proc/namespaces.c')
| -rw-r--r-- | fs/proc/namespaces.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/proc/namespaces.c b/fs/proc/namespaces.c index 40ceb40f985..b178ed733c3 100644 --- a/fs/proc/namespaces.c +++ b/fs/proc/namespaces.c @@ -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);  |