patch-2.4.20 linux-2.4.20/include/linux/namespace.h

Next file: linux-2.4.20/include/linux/netdevice.h
Previous file: linux-2.4.20/include/linux/mtd/ftl.h
Back to the patch index
Back to the overall index

diff -urN linux-2.4.19/include/linux/namespace.h linux-2.4.20/include/linux/namespace.h
@@ -9,6 +9,8 @@
 	struct rw_semaphore	sem;
 };
 
+extern void umount_tree(struct vfsmount *);
+
 static inline void put_namespace(struct namespace *namespace)
 {
 	if (atomic_dec_and_test(&namespace->count)) {

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)