]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - kernel/user.c
gpio: Make of_count_named_gpios() use new of_count_phandle_with_args()
[mirror_ubuntu-bionic-kernel.git] / kernel / user.c
index 750acffbe9ec5b20191607040c7ec8e840158253..33acb5e53a5ff0415ad14cae01ea318a92aab6d1 100644 (file)
@@ -16,6 +16,7 @@
 #include <linux/interrupt.h>
 #include <linux/export.h>
 #include <linux/user_namespace.h>
+#include <linux/proc_fs.h>
 
 /*
  * userns count is 1 for root user, 1 for init_uts_ns,
@@ -51,6 +52,7 @@ struct user_namespace init_user_ns = {
        },
        .owner = GLOBAL_ROOT_UID,
        .group = GLOBAL_ROOT_GID,
+       .proc_inum = PROC_USER_INIT_INO,
 };
 EXPORT_SYMBOL_GPL(init_user_ns);