Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Jun 1999 00:01:43 +0000
From:      Unknow User <kernel@tdnet.com.br>
To:        hackers@freebsd.org
Subject:   quota crash my system, how to fix it ?
Message-ID:  <3762F4E7.17CE49D4@tdnet.com.br>

next in thread | raw e-mail | index | archive | help
Quota crash my system after quotaoff followed by quotaon!
I applied a patch (kern/8137), but it did not work!
Can anybody explain how could i fix this problem.
here goes the patch i applied:

*** ufs_quota.c Tue Jul  9 12:51:17 1996
    --- /net/www/home/pammy/ufs_quota.c     Sat Oct  3 13:25:05 1998
    ***************
    *** 775,781 ****
                    dp = dq->dq_forw;
                    if (dp)
                            dp->dq_back = dq->dq_back;
    !               *dq->dq_back = dp;
            }
            /*
             * Initialize the contents of the dquot structure.
    --- 775,783 ----
                    dp = dq->dq_forw;
                    if (dp)
                            dp->dq_back = dq->dq_back;
    !               dp = dq->dq_back;
    !               if (dp)
    !                       dp->dq_forw = dq->dq_forw;
            }
            /*
             * Initialize the contents of the dquot structure.





-- 
"The box said 'Requires Windows 98, NT, Linux or better' so I
installed FreeBSD."



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3762F4E7.17CE49D4>