blob: 7890e49f74efae8e28bbfdc47439c249b43ba196 [file] [log] [blame]
Al Virob2dba1a2011-11-23 19:26:23 -05001#include <linux/mount.h>
2
3static inline int mnt_has_parent(struct vfsmount *mnt)
4{
5 return mnt != mnt->mnt_parent;
6}