Re: [PATCH 1/2] Add an IGNORE_ENOSYS flag and use it

Dave Jones <[email protected]> Mon, 26 May 2014 20:41:38 -0400
Newsgroups org.kernel.vger.trinity
Message-ID <[email protected]>
On Mon, May 26, 2014 at 10:32:01PM +1000, Michael Ellerman wrote:
 > Some syscalls return ENOSYS depending on their arguments. We don't want
 > to stop calling them just because we hit one of those cases. Add a flag
 > to specify this behaviour so we don't have to keep special-casing those
 > calls in mkcall().

I was hopeful this list wouldn't grow, but that doesn't seem to be
the case.  Begrudgingly, I applied this.  It's going to be a lot
cleaner to maintain if people keep doing this.

thanks,

	Dave