add patch avoid-unneeded-lookup-when-xattr-name-is-invalid
[ext4-patch-queue.git] / add-renameat-i386
blob9d174ecd6ec821f65f6af4d227cfd5ac8b739530
1 i386: add renameat2 syscall
3 From: Miklos Szeredi <mszeredi@suse.cz>
5 Signed-off-by: Miklos Szeredi <mszeredi@suse.cz>
6 Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
7 Cc: H. Peter Anvin <hpa@zytor.com>
8 ---
9  arch/x86/syscalls/syscall_32.tbl | 1 +
10  1 file changed, 1 insertion(+)
12 diff --git a/arch/x86/syscalls/syscall_32.tbl b/arch/x86/syscalls/syscall_32.tbl
13 index 96bc506ac6de..d6b867921612 100644
14 --- a/arch/x86/syscalls/syscall_32.tbl
15 +++ b/arch/x86/syscalls/syscall_32.tbl
16 @@ -359,3 +359,4 @@
17  350    i386    finit_module            sys_finit_module
18  351    i386    sched_setattr           sys_sched_setattr
19  352    i386    sched_getattr           sys_sched_getattr
20 +353    i386    renameat2               sys_renameat2
21 -- 
22 1.8.1.4
25 To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
26 the body of a message to majordomo@vger.kernel.org
27 More majordomo info at  http://vger.kernel.org/majordomo-info.html
28 Please read the FAQ at  http://www.tux.org/lkml/