ANDROID: GKI: fs: add umount_end() function to struct super_operations

This reduces the ABI diff for the module_layout symbol.

Bug: 148872640
Test: compile test
(cherry picked from commit ee7bdc62fd01050285a88be851e2d2df7ff2818e)
[willmcvicker: Only cherry-picked the ABI difference]
Signed-off-by: Will McVicker <willmcvicker@google.com>
Change-Id: I1e7e110316d90d190cb4fa1dcd18b70d0d6045f5
This commit is contained in:
Will McVicker
2020-01-31 12:55:22 -08:00
parent 996e3ccc2d
commit 46a302bbb0

View File

@@ -1908,6 +1908,7 @@ struct super_operations {
void *(*clone_mnt_data) (void *);
void (*copy_mnt_data) (void *, void *);
void (*umount_begin) (struct super_block *);
void (*umount_end)(struct super_block *sb, int flags);
int (*show_options)(struct seq_file *, struct dentry *);
int (*show_options2)(struct vfsmount *,struct seq_file *, struct dentry *);