X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=fs%2Fautofs4%2Fwaitq.c;h=ce103e7b0bc360f684a2556c55ea9ed8be0e38f2;hb=9464c7cf61b9433057924c36e6e02f303a00e768;hp=c0a6c8d445c7b7cffc8a7c5163bd32d7ba6bdbd7;hpb=41689045f6a3cbe0550e1d34e9cc20d2e8c432ba;p=linux-2.6.git diff --git a/fs/autofs4/waitq.c b/fs/autofs4/waitq.c index c0a6c8d44..ce103e7b0 100644 --- a/fs/autofs4/waitq.c +++ b/fs/autofs4/waitq.c @@ -45,6 +45,7 @@ void autofs4_catatonic_mode(struct autofs_sb_info *sbi) fput(sbi->pipe); /* Close the pipe */ sbi->pipe = NULL; } + shrink_dcache_sb(sbi->sb); } static int autofs4_write(struct file *file, const void *addr, int bytes)