mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 01:24:47 +01:00
ns: rename to __ns_ref
Make it easier to grep and rename to ns_count. Reviewed-by: Jan Kara <jack@suse.cz> Signed-off-by: Christian Brauner <brauner@kernel.org>
This commit is contained in:
parent
b3d8ff0679
commit
024596a4e2
9 changed files with 14 additions and 14 deletions
|
|
@ -27,7 +27,7 @@ DEFINE_SPINLOCK(mq_lock);
|
|||
* and not CONFIG_IPC_NS.
|
||||
*/
|
||||
struct ipc_namespace init_ipc_ns = {
|
||||
.ns.count = REFCOUNT_INIT(1),
|
||||
.ns.__ns_ref = REFCOUNT_INIT(1),
|
||||
.user_ns = &init_user_ns,
|
||||
.ns.inum = PROC_IPC_INIT_INO,
|
||||
#ifdef CONFIG_IPC_NS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue