Subject: Re: fcntl(F_SETOWN) Linux emulation
To: Jaromir Dolecek <dolecek@ics.muni.cz>
From: None <erh@nimenees.com>
List: tech-kern
Date: 04/10/2000 23:59:28
On Mon, Apr 10, 2000 at 12:16:42PM +0200, Jaromir Dolecek wrote:
> Shouldn't the code in sys/compat/linux/common/linux_file.c,
> linux_sys_fcntl() lines 374-375, 379-380 be changed to silently
> ignore the EINVAL and return success ?
	I suppose that might be a partial solution since we don't
have anywhere to save the info.  Does F_SETOWN on a non-socket,
non-characterdev file do anything under linux?  SIGIO on a fifo?
posix aio maybe?  What are you trying to run?  Do you know
what it might be trying to do with the fcntl calls?
(Any calls with F_{GET,SET}SIG?)

eric