Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 46a302bb authored by Will McVicker's avatar Will McVicker
Browse files

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 ee7bdc62)
[willmcvicker: Only cherry-picked the ABI difference]
Signed-off-by: default avatarWill McVicker <willmcvicker@google.com>
Change-Id: I1e7e110316d90d190cb4fa1dcd18b70d0d6045f5
parent 996e3ccc
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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 *);