btrfs, nfs, apparmor: don't pull mnt_namespace.h for no reason...
[firefly-linux-kernel-4.4.55.git] / fs / mount.h
1 #include <linux/mount.h>
2
3 static inline int mnt_has_parent(struct vfsmount *mnt)
4 {
5         return mnt != mnt->mnt_parent;
6 }