From: Erez Zadok Date: Fri, 13 May 2022 21:55:50 +0000 (-0400) Subject: update X-Git-Url: https://git.fsl.cs.stonybrook.edu/?a=commitdiff_plain;h=c65269be6f7ce27d471b81b8c0303f78efc2d9ce;p=wrapfs-mgmt.git update --- 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;