Re: [PATCH v2 4/5] signal: support CLONE_PIDFD with pidfd_send_signal

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

 



On April 18, 2019 4:26:00 PM GMT+02:00, Oleg Nesterov <oleg@xxxxxxxxxx> wrote:
>On 04/18, Christian Brauner wrote:
>>
>> +static struct pid *pidfd_to_pid(const struct file *file)
>> +{
>> +	if (file->f_op == &pidfd_fops)
>> +		return file->private_data;
>> +
>> +	return tgid_pidfd_to_pid(file);
>> +}
>
>the patch looks obviously fine to me, but I have an absolutely
>off-topic
>question... why tgid_pidfd_to_pid() has to check d_is_dir() ?

It doesn't have too; pure paranoia.

Christian




[Index of Archives]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux