diff options
| author | Daniel Rosenberg <drosen@google.com> | 2017-01-05 14:37:11 -0800 |
|---|---|---|
| committer | Mister Oyster <oysterized@gmail.com> | 2017-04-13 12:32:16 +0200 |
| commit | 3e54f7e2c90fea11b36b14260321334810607082 (patch) | |
| tree | f07fc5664117eeb83cbc4e8c19eedef6cd0411e1 /fs/pnode.h | |
| parent | d9a574a77cb3cde863ed3f954610d691f9753f59 (diff) | |
ANDROID: mnt: remount should propagate to slaves of slaves
propagate_remount was not accounting for the slave mounts
of other slave mounts, leading to some namespaces not
recieving the remount information.
Signed-off-by: Daniel Rosenberg <drosen@google.com>
Bug: 33731928
Change-Id: Idc9e8c2ed126a4143229fc23f10a959c2d0a3854
Diffstat (limited to 'fs/pnode.h')
| -rw-r--r-- | fs/pnode.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/pnode.h b/fs/pnode.h index c16a8ff79..e16e59797 100644 --- a/fs/pnode.h +++ b/fs/pnode.h @@ -39,7 +39,7 @@ int propagate_mnt(struct mount *, struct mountpoint *, struct mount *, struct list_head *); int propagate_umount(struct list_head *); int propagate_mount_busy(struct mount *, int); -int propagate_remount(struct mount *); +void propagate_remount(struct mount *); void mnt_release_group_id(struct mount *); int get_dominating_id(struct mount *mnt, const struct path *root); unsigned int mnt_get_count(struct mount *mnt); |
