| Kernel v2.6.25-git4 /fs/pnode.h |
|---|
 2.6.25-git4
 fs
 pnode.h
diff --git a/fs/pnode.h b/fs/pnode.h
index f249be2..973c3f8 100644
--- a/fs/pnode.h
+++ b/fs/pnode.h
@@ -35,4 +35,5 @@ int propagate_mnt(struct vfsmount *, struct dentry *, struct vfsmount *,
struct list_head *);
int propagate_umount(struct list_head *);
int propagate_mount_busy(struct vfsmount *, int);
+void mnt_release_group_id(struct vfsmount *);
#endif /* _LINUX_PNODE_H */
|