]> git.karo-electronics.de Git - karo-tx-linux.git/blob - fs/mount.h
switch debugfs to umode_t
[karo-tx-linux.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 }