2 * SYSCALL_DEFINE2(lremovexattr, const char __user *, pathname, const char __user *, name)
6 struct syscallentry syscall_lremovexattr
= {
7 .name
= "lremovexattr",
9 .arg1name
= "pathname",
10 .arg1type
= ARG_PATHNAME
,
12 .arg2type
= ARG_ADDRESS
,