From af35474e4f762d2f6a8f1c6724389a21b3b2e4a9 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Fri, 13 Aug 2021 00:10:20 +0200 Subject: [PATCH] mount_setattr.2: ffix Signed-off-by: Michael Kerrisk --- man2/mount_setattr.2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/man2/mount_setattr.2 b/man2/mount_setattr.2 index 4bf7a2925..07c12e3f8 100644 --- a/man2/mount_setattr.2 +++ b/man2/mount_setattr.2 @@ -897,7 +897,8 @@ static inline int mount_setattr(int dirfd, const char *pathname, unsigned int flags, struct mount_attr *attr, size_t size) { - return syscall(SYS_mount_setattr, dirfd, pathname, flags, attr, size); + return syscall(SYS_mount_setattr, dirfd, pathname, flags, + attr, size); } static inline int