Is sys_sysfs used?

Patrick Mochel (mochel@osdl.org)
Wed, 4 Jun 2003 11:31:09 -0700 (PDT)


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/