[GIT PULL] bugfixes for 4.7

From: J. Bruce Fields
Date: Fri Jun 24 2016 - 18:12:51 EST


Please pull the following nfsd changes from the nfsd-4.7-2 tag at:

git://linux-nfs.org/~bfields/linux.git tags/nfsd-4.7-2

--b.

----------------------------------------------------------------
Fix missing server-side permission checks on setting NFS ACLs.

----------------------------------------------------------------
Andreas Gruenbacher (1):
posix_acl: Add set_posix_acl

Ben Hutchings (1):
nfsd: check permissions when setting ACLs

fs/nfsd/nfs2acl.c | 20 ++++++++++----------
fs/nfsd/nfs3acl.c | 16 +++++++---------
fs/nfsd/nfs4acl.c | 16 ++++++++--------
fs/posix_acl.c | 42 +++++++++++++++++++++++-------------------
4 files changed, 48 insertions(+), 46 deletions(-)