On Thu, Sep 29, 2016 at 05:48:29PM +0200, Andreas Gruenbacher wrote: > This is version 6 of the xattr inode operation removal patch queue, rebased on > top of the fuse/xattr branch, which is ahead of v4.8-rc8. This queue merges > cleanly with the current vfs for-next branch (6731cb0f). > > The patches are available in git form at: > > https://git.kernel.org/cgit/linux/kernel/git/agruen/linux.git/log/?h=work.xattr > > Changes since the previous posting: > > * Drop patch "fuse: Switch to generic xattr handlers" from this queue in favor > of "fuse: Use generic xattr ops" from fuse/xattr. Will apply, modulo the ->set() question in #15/16. Another odd thing is ecryptfs - why not simply make IOP_XATTR on ecryptfs inode to match that on the underlying one? Could remove those if (!(lower_inode->i_opflags & IOP_XATTR)) { rc = -EOPNOTSUPP; goto out; } things that way... In any case, that's a followup. -- To unsubscribe from this list: send the line "unsubscribe ecryptfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html