vfs: Add setattr2 for filesystems with per mount permissions
authorDaniel Rosenberg <drosen@google.com>
Wed, 26 Oct 2016 23:33:11 +0000 (16:33 -0700)
committerStricted <info@stricted.net>
Thu, 11 Oct 2018 16:03:54 +0000 (18:03 +0200)
commit40f588ad1a0f952bb70edc8bb9bfdfd3f6a3fc02
tree4d508874163f7129d0fb19f97df20323c93dc899
parentf15b27d8c62c32591e982673dfafa7382690a985
vfs: Add setattr2 for filesystems with per mount permissions

This allows filesystems to use their mount private data to
influence the permssions they use in setattr2. It has
been separated into a new call to avoid disrupting current
setattr users.

Change-Id: I19959038309284448f1b7f232d579674ef546385
Signed-off-by: Daniel Rosenberg <drosen@google.com>
fs/attr.c
fs/coredump.c
fs/inode.c
fs/open.c
fs/utimes.c
include/linux/fs.h