2002-08-08 19:00:06

by Alexey Kuznetsov

[permalink] [raw]
Subject: Re: [PATCH] minor socket ioctl cleanup for 2.5.30

Hello!

> i'm pretty sure you need a lock_kernel + unlock_kernel around the else.
> if two people are doing a F_SETOWN / SIOCSPGRP at the same time, you could
> have a race.

Well, acccording to another path by James, it needs a write_lock and
a read_lock at side checking for permissions. :-)

Alexey