Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-5]: src/sys/ufs/ufs pullup 1.18, 1.19 from trunk (requsted by m...



details:   https://anonhg.NetBSD.org/src/rev/60b6eb3c31ea
branches:  netbsd-1-5
changeset: 488431:60b6eb3c31ea
user:      jdolecek <jdolecek%NetBSD.org@localhost>
date:      Wed Jul 05 17:18:27 2000 +0000

description:
pullup 1.18, 1.19 from trunk (requsted by mjacob, approved by thorpej):
adapt to tablefull() change, hopefully the hint is helpfull

diffstat:

 sys/ufs/ufs/ufs_quota.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 0d8fa145157e -r 60b6eb3c31ea sys/ufs/ufs/ufs_quota.c
--- a/sys/ufs/ufs/ufs_quota.c   Wed Jul 05 13:22:34 2000 +0000
+++ b/sys/ufs/ufs/ufs_quota.c   Wed Jul 05 17:18:27 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ufs_quota.c,v 1.17 2000/05/27 04:52:42 thorpej Exp $   */
+/*     $NetBSD: ufs_quota.c,v 1.17.4.1 2000/07/05 17:18:27 jdolecek Exp $      */
 
 /*
  * Copyright (c) 1982, 1986, 1990, 1993, 1995
@@ -752,7 +752,8 @@
                numdquot++;
        } else {
                if ((dq = dqfreelist.tqh_first) == NULL) {
-                       tablefull("dquot");
+                       tablefull("dquot",
+                           "increase kern.maxvnodes or NVNODE");
                        *dqp = NODQUOT;
                        return (EUSERS);
                }



Home | Main Index | Thread Index | Old Index