drm/panfrost: Remove set but not used variable 'bo'
[linux/fpc-iii.git] / include / linux / mnt_namespace.h
blob35942084cd40d56cc1bd9f7ccc08be460ad35cc9
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef _NAMESPACE_H_
3 #define _NAMESPACE_H_
4 #ifdef __KERNEL__
6 struct mnt_namespace;
7 struct fs_struct;
8 struct user_namespace;
10 extern struct mnt_namespace *copy_mnt_ns(unsigned long, struct mnt_namespace *,
11 struct user_namespace *, struct fs_struct *);
12 extern void put_mnt_ns(struct mnt_namespace *ns);
14 extern const struct file_operations proc_mounts_operations;
15 extern const struct file_operations proc_mountinfo_operations;
16 extern const struct file_operations proc_mountstats_operations;
18 #endif
19 #endif