mirror of
https://gitee.com/bianbu-linux/linux-6.6
synced 2025-04-24 14:07:52 -04:00
[PATCH] beginning of the shared-subtree proper
A private mount does not forward or receive propagation. This patch provides user the ability to convert any mount to private. Signed-off-by: Ram Pai <linuxram@us.ibm.com> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
390c684367
commit
07b20889e3
6 changed files with 62 additions and 6 deletions
14
fs/pnode.h
Normal file
14
fs/pnode.h
Normal file
|
@ -0,0 +1,14 @@
|
|||
/*
|
||||
* linux/fs/pnode.h
|
||||
*
|
||||
* (C) Copyright IBM Corporation 2005.
|
||||
* Released under GPL v2.
|
||||
*
|
||||
*/
|
||||
#ifndef _LINUX_PNODE_H
|
||||
#define _LINUX_PNODE_H
|
||||
|
||||
#include <linux/list.h>
|
||||
#include <linux/mount.h>
|
||||
void change_mnt_propagation(struct vfsmount *, int);
|
||||
#endif /* _LINUX_PNODE_H */
|
Loading…
Add table
Add a link
Reference in a new issue