Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1284893 > unrolled thread

[git pull] vfs.git fixes

Started byAl Viro <viro@ZenIV.linux.org.uk>
First post2015-12-06 18:50 +0100
Last post2015-12-06 18:50 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [git pull] vfs.git fixes Al Viro <viro@ZenIV.linux.org.uk> - 2015-12-06 18:50 +0100

#1284893 — [git pull] vfs.git fixes

FromAl Viro <viro@ZenIV.linux.org.uk>
Date2015-12-06 18:50 +0100
Subject[git pull] vfs.git fixes
Message-ID<qCLBF-1zD-23@gated-at.bofh.it>
	A couple of fixes (-stable fodder) + dead code removal after the
overlayfs fix; I agree that it's better to separate from the fix part
to make backporting easier, but IMO it's not worth delaying said dead
code removal until the next window.  Please, pull from

git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git for-linus

Shortlog:
Al Viro (2):
      ovl: get rid of the dead code left from broken (and disabled) optimizations
      Don't reset ->total_link_count on nested calls of vfs_path_lookup()

Miklos Szeredi (1):
      ovl: fix permission checking for setattr

Diffstat:
 fs/namei.c               |  1 -
 fs/overlayfs/copy_up.c   | 23 ++++++-----------------
 fs/overlayfs/inode.c     | 19 ++++++++-----------
 fs/overlayfs/overlayfs.h |  3 +--
 4 files changed, 15 insertions(+), 31 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web