···21102110 * the mount namespace and it might already be on its21112111 * deathbed.21122112 */21132113- if (!refcount_inc_not_zero(&mntns->ns.count))21132113+ if (!ns_ref_get(mntns))21142114 continue;2115211521162116 return mntns;···6084608460856085void put_mnt_ns(struct mnt_namespace *ns)60866086{60876087- if (!refcount_dec_and_test(&ns->ns.count))60876087+ if (!ns_ref_put(ns))60886088 return;60896089 namespace_lock();60906090 emptied_ns = ns;