| commit | 3129a107a4e6bfd8630d0faee7aaf7e040c5b9cd | [log] [tgz] |
|---|---|---|
| author | Daniel Rosenberg <drosen@google.com> | Wed Oct 26 16:33:11 2016 -0700 |
| committer | William Bellavnce <flintman@flintmancomputers.com> | Thu Mar 21 09:12:45 2019 -0400 |
| tree | 5f1533481f38c58722234de30248cd6e2e6da2cb | |
| parent | 8eaa22acbe8a6ecbd23cd8e2cba5929d56136b62 [diff] |
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>