commit | 2757e9bdf498015409dba42e5a1e5f1c40a263c0 | [log] [tgz] |
---|---|---|
author | Daniel Rosenberg <drosen@google.com> | Wed Oct 26 16:33:11 2016 -0700 |
committer | Dmitry Shmidt <dimitrysh@google.com> | Tue Jan 31 10:47:21 2017 -0800 |
tree | e0f452954aa99850c2413cc2f649c159522ff4ae | |
parent | 29f888e73023efb641046b612ef5cd529bfa7b7a [diff] |
ANDROID: 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>