OpenVZ Forum


Home » General » Support » *SOLVED* KERNEL Oops
Re: KERNEL Oops [message #3664 is a reply to message #3660] Fri, 09 June 2006 13:59 Go to previous messageGo to previous message
CleberDantas is currently offline  CleberDantas
Messages: 56
Registered: May 2006
Member
Hi,

It forgives, I did not understand. I must edit kernel that I lowered in the site of openvz?

--- linux-2.6.8-022stab077-quotaoops/fs/dquot.c.orig	2004-08-14 09:37:26.000000000 +0400
+++ linux-2.6.8-022stab077-quotaoops/fs/dquot.c	2006-06-08 03:20:48.000000000 +0400
@@ -152,7 +152,9 @@ static struct quota_format_type *find_qu
 	struct quota_format_type *actqf;
 
 	spin_lock(&dq_list_lock);
-	for (actqf = quota_formats; actqf && actqf->qf_fmt_id != id; actqf = actqf->qf_next);
+	for (actqf = quota_formats;
+		 actqf && (actqf->qf_fmt_id != id || actqf->qf_ops == NULL);
+						 actqf = actqf->qf_next);
 	if (!actqf || !try_module_get(actqf->qf_owner)) {
 		int qm;

 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: *SOLVED* cpanel quota no working
Next Topic: VEs and dmz
Goto Forum:
  


Current Time: Tue Oct 08 20:04:34 GMT 2024

Total time taken to generate the page: 0.05338 seconds