]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - include/linux/dcache.h
vfs: Lazily remove mounts on unlinked files and directories. v2
[karo-tx-linux.git] / include / linux / dcache.h
index 59066e0b4ff134fde5679d582246e942df9f86fc..17948b49f3d52951914f4d1f3d4acdaf93183846 100644 (file)
@@ -254,7 +254,8 @@ extern void d_prune_aliases(struct inode *);
 
 /* test whether we have any submounts in a subdir tree */
 extern int have_submounts(struct dentry *);
-extern int check_submounts_and_drop(struct dentry *);
+extern void detach_submounts(struct dentry *dentry);
+extern void shrink_submounts_and_drop(struct dentry *);
 
 /*
  * This adds the entry to the hash queues.