Re: [GIT PULL] overlayfs fixes for 4.6-rc7
From: Miklos Szeredi
Date: Tue May 10 2016 - 19:23:51 EST
Hi Al,
Hopefully this addresses your concerns. I couldn't find a better name for
lookup_hash(), after all it's just that.
Please pull:
git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git overlayfs-linus
---
Miklos Szeredi (4):
vfs: add vfs_select_inode() helper
vfs: rename: check backing inode being equal
vfs: add lookup_hash() helper
ovl: ignore permissions on underlying lookup
---
fs/internal.h | 2 ++
fs/namei.c | 39 +++++++++++++++++++++++++++++++++------
fs/open.c | 23 ++++++++++++++---------
fs/overlayfs/super.c | 4 +---
include/linux/namei.h | 2 ++
5 files changed, 52 insertions(+), 18 deletions(-)