There's down_interruptible() for regular semaphores, but there doesn't
seem to be down_(read|write)_interruptible() for rwsems.
Any reason why, besides that no one's needed them yet?
..Stu
>
>There's down_interruptible() for regular semaphores, but there doesn't
>seem to be down_(read|write)_interruptible() for rwsems.
>
>Any reason why, besides that no one's needed them yet?
Can't use struct rwsem?
-`J'
--