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

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

 



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.


[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