Is sys_sysfs used?

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


In fs/filesystems.c, we have sys_sysfs:

/*
 * Whee.. Weird sysv syscall.
 */
asmlinkage long sys_sysfs(int option, unsigned long arg1, unsigned long arg2)
{
        ...
}

Which is, as advertised, kinda weird.

I see that only one architecture defines __NR_sysfs: x86-64, though it
appears most architectures mention it in arch/*/kernel/entry.S (or
equivalent).

Is it used anymore? Would it be possible to remove it?

        -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