[RFC] [PATCH 1/4] uid_ns: introduce inode uid check helper

Sam Vilain sam at vilain.net
Sun Nov 12 14:43:12 PST 2006


Cedric Le Goater wrote:
> @@ -184,7 +184,7 @@ int generic_permission(struct inode *ino
>  {
>  	umode_t			mode =3D inode->i_mode;
>  =
>
> -	if (current->fsuid =3D=3D inode->i_uid)
> +	if (inode_task_same_uid(inode, current))
>  		mode >>=3D 6;
>  	else {
>
>
>
> Where are those ugly '=3D' coming from ? is it my mailer or do you
> get them also ?
>   

The message is Content-Transfer-Encoding: quoted-printable; that's where
they're coming from.

Why you're seeing them is a harder question, especially given I didn't,
and I appear to be using the same mailer as you...

Sam.



More information about the Containers mailing list