[RFC][PATCH 0/2] user namespace [try #2]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Mon, 2006-09-11 at 10:09 +0200, Cedric Le Goater wrote:
> 
> 
> So, shall we follow the 'grep' method for uids like we are doing for
> pids
> and thread ? This is going to be painful but I guess there is no
> simple
> solution ...

struct foo
{
	union
	{
		__deprecated uid_t uid;
		uid_t new_uid;
	};
}

It will spew warnings for all uses of foo->uid, but still compile.

-- Dave




[Index of Archives]     [Cgroups]     [Netdev]     [Linux Wireless]     [Kernel Newbies]     [Security]     [Linux for Hams]     [Netfilter]     [Bugtraq]     [Yosemite Forum]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux Admin]     [Samba]

  Powered by Linux