mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-22 06:32:08 +00:00
vfs: spread struct mount - clone_mnt/copy_tree result
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
parent
0f0afb1dcf
commit
cb338d06e9
3 changed files with 30 additions and 26 deletions
|
@ -41,7 +41,7 @@ void mnt_set_mountpoint(struct vfsmount *, struct dentry *,
|
|||
struct vfsmount *);
|
||||
void release_mounts(struct list_head *);
|
||||
void umount_tree(struct vfsmount *, int, struct list_head *);
|
||||
struct vfsmount *copy_tree(struct vfsmount *, struct dentry *, int);
|
||||
struct mount *copy_tree(struct vfsmount *, struct dentry *, int);
|
||||
bool is_path_reachable(struct vfsmount *, struct dentry *,
|
||||
const struct path *root);
|
||||
#endif /* _LINUX_PNODE_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue