From c65269be6f7ce27d471b81b8c0303f78efc2d9ce Mon Sep 17 00:00:00 2001 From: Erez Zadok Date: Fri, 13 May 2022 17:55:50 -0400 Subject: [PATCH] update --- bug-fixes/basic-user-ns.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bug-fixes/basic-user-ns.patch b/bug-fixes/basic-user-ns.patch index 6e43540..80d46c5 100644 --- a/bug-fixes/basic-user-ns.patch +++ b/bug-fixes/basic-user-ns.patch @@ -1,5 +1,5 @@ diff --git a/fs/wrapfs/inode.c b/fs/wrapfs/inode.c -index ab0aff1abbd9..0eb68b3e3e25 100644 +index ab0aff1abbd9..634b863995e3 100644 --- a/fs/wrapfs/inode.c +++ b/fs/wrapfs/inode.c @@ -8,7 +8,8 @@ @@ -197,7 +197,7 @@ index ab0aff1abbd9..0eb68b3e3e25 100644 -static int wrapfs_getattr(const struct path *path, struct kstat *stat, +static int wrapfs_getattr(struct user_namespace *mnt_userns, -+ const struct path *path, struct kstat *stat, ++ const struct path *path, struct kstat *stat, u32 request_mask, unsigned int flags) { int err; -- 2.43.0