ANDROID: sdcardfs: Move top to its own struct
authorDaniel Rosenberg <drosen@google.com>
Mon, 15 May 2017 21:03:15 +0000 (14:03 -0700)
committerDaniel Rosenberg <drosen@google.com>
Tue, 30 Jan 2018 03:40:10 +0000 (19:40 -0800)
commit638eed3f5e0b5306f8a26d597221ddf95f01520a
tree49ead27bd6c1cdaf3e7f33229c674f1866f9b802
parent25a818e73ef769bce5e7d35ca2de0b666043fc68
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