X-Git-Url: https://git.karo-electronics.de/?p=karo-tx-linux.git;a=blobdiff_plain;f=include%2Flinux%2Fdcache.h;h=ae57848f92d924255e417ede6c38ceb258fc9d1c;hp=716c3760ee3970908577ccdb4ea32fa0275d7e33;hb=25691330eb62649401cfb18ef518983511f6412f;hpb=645766abf88a9bde05de54c23a2f30fbdbfba746 diff --git a/include/linux/dcache.h b/include/linux/dcache.h index 716c3760ee39..ae57848f92d9 100644 --- a/include/linux/dcache.h +++ b/include/linux/dcache.h @@ -255,7 +255,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.