ANDROID: sdcardfs: Move top to its own struct
authorDaniel Rosenberg <drosen@google.com>
Mon, 15 May 2017 21:03:15 +0000 (14:03 -0700)
committerAmit Pundir <amit.pundir@linaro.org>
Thu, 25 May 2017 11:07:25 +0000 (16:37 +0530)
commit6034b4711bee6267aa9480f869ecc1d1fcd59354
treeb67396b1548a28c4492934c9a13122170bbc1779
parente4dcebb12e9be15c69b5977a36466dccd11f4f87
ANDROID: sdcardfs: Move top to its own struct

Move top, and the associated data, to its own struct.
This way, we can properly track refcounts on top
without interfering with the inode's accounting.

Signed-off-by: Daniel Rosenberg <drosen@google.com>
Bug: 38045152
Change-Id: I1968e480d966c3f234800b72e43670ca11e1d3fd
fs/sdcardfs/dentry.c
fs/sdcardfs/derived_perm.c
fs/sdcardfs/inode.c
fs/sdcardfs/lookup.c
fs/sdcardfs/main.c
fs/sdcardfs/packagelist.c
fs/sdcardfs/sdcardfs.h
fs/sdcardfs/super.c