From f7d3db5bfc4c3b2315dd8c3137f0f332e1c6896a Mon Sep 17 00:00:00 2001 From: Szabolcs Nagy Date: Tue, 25 May 2021 20:53:18 +0000 Subject: bits/syscall.h: add mount_setattr from linux v5.12 new syscall to change the properties of a mount or a mount tree using file descriptors which the new mount api is based on, see linux commit 2a1867219c7b27f928e2545782b86daaf9ad50bd fs: add mount_setattr() --- arch/mipsn32/bits/syscall.h.in | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/mipsn32') diff --git a/arch/mipsn32/bits/syscall.h.in b/arch/mipsn32/bits/syscall.h.in index 1bd7aeb2..bfaa080e 100644 --- a/arch/mipsn32/bits/syscall.h.in +++ b/arch/mipsn32/bits/syscall.h.in @@ -368,4 +368,5 @@ #define __NR_faccessat2 6439 #define __NR_process_madvise 6440 #define __NR_epoll_pwait2 6441 +#define __NR_mount_setattr 6442 -- cgit 1.4.1