>From b6ba2cc0908409a20caf84e0c5ceefb6cd23ea49 Mon Sep 17 00:00:00 2001 From: Szabolcs Nagy Date: Tue, 12 Sep 2017 22:37:38 +0000 Subject: [PATCH 22/22] microblaze: add statx syscall from linux v4.13 statx number is allocated for microblaze in linux commit f5ef419630e85e80284cd0256cb5a13a66bbd6c5 --- arch/microblaze/bits/syscall.h.in | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/microblaze/bits/syscall.h.in b/arch/microblaze/bits/syscall.h.in index 251c2f61..dda5218d 100644 --- a/arch/microblaze/bits/syscall.h.in +++ b/arch/microblaze/bits/syscall.h.in @@ -392,4 +392,5 @@ #define __NR_pkey_mprotect 395 #define __NR_pkey_alloc 396 #define __NR_pkey_free 397 +#define __NR_statx 398 -- 2.14.1