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)
committerAmit Pundir <amit.pundir@linaro.org>
Fri, 3 Feb 2017 09:34:29 +0000 (15:04 +0530)
commit3be7ae5451ce09f6df73476de8a8606fcf4751ca
tree0b5366b4bcdb33d155378d67701efe87da25db9f
parentfb32e39f9d2fdc109ab98d777568f034f1d48d8d
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