patch-2.4.19 linux-2.4.19/fs/dquot.c

Next file: linux-2.4.19/fs/exec.c
Previous file: linux-2.4.19/fs/dnotify.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.18/fs/dquot.c linux-2.4.19/fs/dquot.c
@@ -413,8 +413,7 @@
 	lock_kernel();
 	prune_dqcache(nr_free_dquots / (priority + 1));
 	unlock_kernel();
-	kmem_cache_shrink(dquot_cachep);
-	return 0;
+	return kmem_cache_shrink(dquot_cachep);
 }
 
 /* NOTE: If you change this function please check whether dqput_blocks() works right... */

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