VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   33 Branches   55 Tags
author: Kirill Tkhai <ktkhai@virtuozzo.com> 2020-08-03 13:16:27 +0300 committer: Christian Brauner <christian.brauner@ubuntu.com> 2020-08-19 14:13:52 +0200 commit: 137ec390fad41928307216ea9f91acf5cf6f4204 parent: 9a56493f6942c0e2df1579986128721da96e00d8
Commit Summary:
ipc: Use generic ns_common::count
Diffstat:
1 file changed, 1 insertion, 1 deletion
diff --git a/ipc/msgutil.c b/ipc/msgutil.c
index 3149b4a379de..d0a0e877cadd 100644
--- a/ipc/msgutil.c
+++ b/ipc/msgutil.c
@@ -26,7 +26,7 @@ DEFINE_SPINLOCK(mq_lock);
  * and not CONFIG_IPC_NS.
  */
 struct ipc_namespace init_ipc_ns = {
-	.count		= REFCOUNT_INIT(1),
+	.ns.count = REFCOUNT_INIT(1),
 	.user_ns = &init_user_ns,
 	.ns.inum = PROC_IPC_INIT_INO,
 #ifdef CONFIG_IPC_NS