patch-2.3.99-pre8 linux/fs/noquot.c

Next file: linux/fs/proc/proc_misc.c
Previous file: linux/fs/nfs/write.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.99-pre7/linux/fs/noquot.c linux/fs/noquot.c
@@ -6,8 +6,8 @@
 #include <linux/types.h>
 #include <linux/errno.h>
 
-int nr_dquots = 0, nr_free_dquots = 0;
-int max_dquots = 0;
+int nr_dquots, nr_free_dquots;
+int max_dquots;
 
 asmlinkage long sys_quotactl(int cmd, const char *special, int id, caddr_t addr)
 {

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