patch-2.3.99-pre3 linux/include/linux/dcache.h

Next file: linux/include/linux/ext2_fs.h
Previous file: linux/include/linux/circ_buf.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.99-pre2/linux/include/linux/dcache.h linux/include/linux/dcache.h
@@ -157,6 +157,9 @@
 /* test whether root is busy without destroying dcache */
 extern int is_root_busy(struct dentry *);
 
+/* test whether we have any submounts in a subdir tree */
+extern int have_submounts(struct dentry *);
+
 /*
  * This adds the entry to the hash queues.
  */

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