OSDN Git Service

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>
Tue, 14 Aug 2018 12:17:11 +0000 (17:47 +0530)
commit75bbf4da007c7cee188d8a9cf271d7349fc2b202
treefa72ca9b0d079ac1206a0a7b77306ddf8d65ce77
parent37211c0ebe786dd3460be859ddd92f571128be68
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