]> git.ipfire.org Git - thirdparty/linux.git/blame - fs/mount.h
vfs: fix the rest of sget() races
[thirdparty/linux.git] / fs / mount.h
CommitLineData
b2dba1af
AV
1#include <linux/mount.h>
2
3static inline int mnt_has_parent(struct vfsmount *mnt)
4{
5 return mnt != mnt->mnt_parent;
6}