The patch titled
     unprivileged-mounts-propagation-inherit-owner-from-parent: fix for 
git-audit
has been removed from the -mm tree.  Its filename was
     
unprivileged-mounts-propagation-inherit-owner-from-parent-fix-for-git-audit.patch

This patch was dropped because it was folded into 
unprivileged-mounts-propagation-inherit-owner-from-parent.patch

------------------------------------------------------
Subject: unprivileged-mounts-propagation-inherit-owner-from-parent: fix for 
git-audit
From: Miklos Szeredi <[EMAIL PROTECTED]>

Cc: Al Viro <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---

 fs/namespace.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff -puN 
fs/namespace.c~unprivileged-mounts-propagation-inherit-owner-from-parent-fix-for-git-audit
 fs/namespace.c
--- 
a/fs/namespace.c~unprivileged-mounts-propagation-inherit-owner-from-parent-fix-for-git-audit
+++ a/fs/namespace.c
@@ -856,7 +856,7 @@ struct vfsmount *collect_mounts(struct v
 {
        struct vfsmount *tree;
        down_read(&namespace_sem);
-       tree = copy_tree(mnt, dentry, CL_COPY_ALL | CL_PRIVATE);
+       tree = copy_tree(mnt, dentry, CL_COPY_ALL | CL_PRIVATE, 0);
        up_read(&namespace_sem);
        return tree;
 }
_

Patches currently in -mm which might be from [EMAIL PROTECTED] are

origin.patch
unprivileged-mounts-add-user-mounts-to-the-kernel.patch
unprivileged-mounts-allow-unprivileged-umount.patch
unprivileged-mounts-account-user-mounts.patch
unprivileged-mounts-propagate-error-values-from-clone_mnt.patch
unprivileged-mounts-allow-unprivileged-bind-mounts.patch
unprivileged-mounts-allow-unprivileged-mounts.patch
unprivileged-mounts-allow-unprivileged-fuse-mounts.patch
unprivileged-mounts-propagation-inherit-owner-from-parent.patch
unprivileged-mounts-propagation-inherit-owner-from-parent-fix-for-git-audit.patch
unprivileged-mounts-add-no-submounts-flag.patch
r-o-bind-mounts-sys_mknodat-elevate-write-count-for-vfs_mknod-create-fix.patch
slab-api-remove-useless-ctor-parameter-and-reorder-parameters-vs-revoke.patch
fs-introduce-write_begin-write_end-and-perform_write-aops-revoke-fix.patch

-
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to