diff options
Diffstat (limited to 'fs/namespace.c')
| -rw-r--r-- | fs/namespace.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/namespace.c b/fs/namespace.c index 9ceb03fe176..65d011fe982 100644 --- a/fs/namespace.c +++ b/fs/namespace.c @@ -1053,7 +1053,7 @@ static int show_mountinfo(struct seq_file *m, void *v)  		seq_printf(m, " shared:%i", mnt->mnt_group_id);  	if (IS_MNT_SLAVE(mnt)) {  		int master = mnt->mnt_master->mnt_group_id; -		int dom = get_dominating_id(mnt, &p->root); +		int dom = get_dominating_id(r, &p->root);  		seq_printf(m, " master:%i", master);  		if (dom && dom != master)  			seq_printf(m, " propagate_from:%i", dom);  |