aboutsummaryrefslogtreecommitdiff
path: root/fs/fs_struct.c
Commit message (Collapse)AuthorAgeFilesLines
* ANDROID: fs: Export free_fs_struct and set_fs_pwdGuenter Roeck2017-04-131-0/+2
| | | | | | | | | | | | | | | allmodconfig builds fail with: ERROR: "free_fs_struct" undefined! ERROR: "set_fs_pwd" undefined! Export the missing symbols. Change-Id: I4877ead19d7e7f0c93d4c4cad5681364284323aa Fixes: 0ec03f845799 ("ANDROID: sdcardfs: override umask on mkdir and create") Signed-off-by: Guenter Roeck <groeck@chromium.org> (cherry picked from commit 1cd3d347147bee1b8a3fb7624ab23eb3bdcece41) Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
* sdcardfs: override umask on mkdir and createDaniel Rosenberg2017-04-111-0/+1
| | | | | | | | | | | | The mode on files created on the lower fs should not be affected by the umask of the calling task's fs_struct. Instead, we create a copy and modify it as needed. This also lets us avoid the string shenanigans around .nomedia files. Bug: 27992761 Change-Id: Ia3a6e56c24c6e19b3b01c1827e46403bb71c2f4c Signed-off-by: Daniel Rosenberg <drosen@google.com>
* first commitMeizu OpenSource2016-08-151-0/+166