Re: [REVIEW][PATCH 0/15] userns subsystem conversions
From: Eric W. Biederman <hidden>
Date: 2012-08-26 14:25:46
Also in:
linux-fsdevel, lkml
Vyacheslav Dubeyko [off-list ref] writes:
HI, On Aug 26, 2012, at 3:54 AM, Eric W. Biederman wrote:quoted
fs/9p/acl.c | 8 +- fs/btrfs/acl.c | 8 +- fs/configfs/inode.c | 4 +- fs/debugfs/inode.c | 26 +++-- fs/ext2/acl.c | 32 ++++-- fs/ext3/acl.c | 32 ++++-- fs/ext4/acl.c | 31 ++++-- fs/generic_acl.c | 4 +- fs/gfs2/acl.c | 14 ++-- fs/gfs2/quota.c | 44 +++++--- fs/jffs2/acl.c | 4 +- fs/jfs/acl.c | 4 +- fs/jfs/xattr.c | 4 +- fs/nfs/nfs3acl.c | 4 +- fs/nfsd/vfs.c | 8 +- fs/ocfs2/acl.c | 4 +- fs/ocfs2/file.c | 6 +- fs/ocfs2/quota_global.c | 34 +++++-- fs/ocfs2/quota_local.c | 12 ++- fs/posix_acl.c | 30 +++--- fs/proc/base.c | 12 ++- fs/quota/dquot.c | 43 ++++---- fs/quota/netlink.c | 11 ++- fs/quota/quota.c | 44 +++++--- fs/quota/quota_tree.c | 20 +++- fs/quota/quota_v1.c | 8 +- fs/quota/quota_v2.c | 14 ++- drivers/connector/cn_proc.c | 18 +++- drivers/gpu/drm/drm_fops.c | 3 +- drivers/gpu/drm/drm_info.c | 5 +- drivers/gpu/drm/drm_ioctl.c | 4 +- drivers/tty/tty_audit.c | 16 ++-- fs/9p/acl.c | 8 +- fs/btrfs/acl.c | 8 +- fs/configfs/inode.c | 4 +- fs/debugfs/inode.c | 26 +++-- fs/ext2/acl.c | 32 ++++-- fs/ext3/acl.c | 32 ++++-- fs/ext4/acl.c | 31 ++++-- fs/generic_acl.c | 4 +- fs/gfs2/acl.c | 14 ++-- fs/gfs2/quota.c | 44 +++++--- fs/jffs2/acl.c | 4 +- fs/jfs/acl.c | 4 +- fs/jfs/xattr.c | 4 +- fs/nfs/nfs3acl.c | 4 +- fs/nfsd/vfs.c | 8 +- fs/ocfs2/acl.c | 4 +- fs/ocfs2/file.c | 6 +- fs/ocfs2/quota_global.c | 34 +++++-- fs/ocfs2/quota_local.c | 12 ++- fs/posix_acl.c | 30 +++--- fs/proc/base.c | 12 ++- fs/quota/dquot.c | 43 ++++---- fs/quota/netlink.c | 11 ++- fs/quota/quota.c | 44 +++++--- fs/quota/quota_tree.c | 20 +++- fs/quota/quota_v1.c | 8 +- fs/quota/quota_v2.c | 14 ++- fs/reiserfs/xattr_acl.c | 4 +- fs/xattr.c | 7 ++ fs/xattr_acl.c | 96 +++++++++++++++-- fs/xfs/xfs_acl.c | 4 +- fs/xfs/xfs_quotaops.c | 18 ++-- fs/xfs/xfs_trans_dquot.c | 8 +-Sorry, maybe I misunderstand something. But I can't find in the patch set changes in concrete filesystems' code.
I assume the problem is patches 6 8 13 and 14 didn't make it through to the mailling for some reason. Just to see what is going on I you can look at my development branch git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace.git userns-always-map-user-v48 Meanwhile I am going to scratch my head and try and resolve my technical patch sending difficulties. Eric