Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace

Pull sysctl fix from Eric Biederman:
 "A rather embarassing and hard to hit bug was merged into 4.11-rc1.

  Andrei Vagin tracked this bug now and after some staring at the code
  I came up with a fix"

* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace:
  proc: Fix proc_sys_prune_dcache to hold a sb reference
This commit is contained in:
Linus Torvalds
2017-07-12 19:43:20 -07:00
3 changed files with 32 additions and 15 deletions

View File

@@ -143,7 +143,7 @@ struct ctl_table_header
struct ctl_table_set *set;
struct ctl_dir *parent;
struct ctl_node *node;
struct list_head inodes; /* head for proc_inode->sysctl_inodes */
struct hlist_head inodes; /* head for proc_inode->sysctl_inodes */
};
struct ctl_dir {