note a leak that needs fixing eventually
[trinity.git] / syscalls / lremovexattr.c
blob072af01ebdc9eae0f9e170ac835313cd40e3620f
1 /*
2 * SYSCALL_DEFINE2(lremovexattr, const char __user *, pathname, const char __user *, name)
3 */
4 #include "sanitise.h"
6 struct syscallentry syscall_lremovexattr = {
7 .name = "lremovexattr",
8 .num_args = 2,
9 .arg1name = "pathname",
10 .arg1type = ARG_PATHNAME,
11 .arg2name = "name",
12 .arg2type = ARG_ADDRESS,
13 .group = GROUP_VFS,