Re: Is sys_sysfs used?

From: Patrick Mochel (mochel@osdl.org)
Date: Wed Jun 04 2003 - 13:50:44 EST


> But what would you use as a place-holder?? There are lots
> of unused sys-calls (break, acct, lock, mpx, etc). You
> certainly can't be running out of numbers, and you certainly
> can't remove a number and change everything else, you'll
> not get up, even with static-linked files!

Mark it as unused in unistd.h (like #232 for asm-i386), and implement it
as sys_ni_syscall in the entry.S table.

Al has already reminded me that it must be marked deprecated for a full
version before it can be removed, but when/if it does, then that's what
would happen until some lucky sucker took its place.

        -pat

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Sat Jun 07 2003 - 22:00:24 EST