mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 11:50:43 +09:00
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:
@@ -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 *);
|
||||
|
||||
Reference in New Issue
Block a user