ANDROID: sdcardfs: Add gid and mask to private mount data
authorDaniel Rosenberg <drosen@google.com>
Thu, 27 Oct 2016 00:36:05 +0000 (17:36 -0700)
committerDaniel Rosenberg <drosen@google.com>
Tue, 30 Jan 2018 03:40:01 +0000 (19:40 -0800)
commit8246a7813919115d8ad6acaee0a0b295599377a0
tree12adcc5c1663f01c9564aa0e319cd07bce8de42c
parentb6045659a134690cf55e91972507443ead31716e
ANDROID: sdcardfs: Add gid and mask to private mount data

Adds support for mount2, remount2, and the functions
to allocate/clone/copy the private data

The next patch will switch over to actually using it.

Change-Id: I8a43da26021d33401f655f0b2784ead161c575e3
Signed-off-by: Daniel Rosenberg <drosen@google.com>
fs/sdcardfs/main.c
fs/sdcardfs/sdcardfs.h
fs/sdcardfs/super.c