Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/ufs/ufs Remove now-unused declarations from quota2.h.
details: https://anonhg.NetBSD.org/src/rev/42901c65cf79
branches: trunk
changeset: 773209:42901c65cf79
user: dholland <dholland%NetBSD.org@localhost>
date: Sun Jan 29 07:17:41 2012 +0000
description:
Remove now-unused declarations from quota2.h.
diffstat:
sys/ufs/ufs/quota2.h | 19 +------------------
1 files changed, 1 insertions(+), 18 deletions(-)
diffs (33 lines):
diff -r 518f7db9c631 -r 42901c65cf79 sys/ufs/ufs/quota2.h
--- a/sys/ufs/ufs/quota2.h Sun Jan 29 07:16:53 2012 +0000
+++ b/sys/ufs/ufs/quota2.h Sun Jan 29 07:17:41 2012 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: quota2.h,v 1.6 2012/01/29 07:16:53 dholland Exp $ */
+/* $NetBSD: quota2.h,v 1.7 2012/01/29 07:17:41 dholland Exp $ */
/*-
* Copyright (c) 2010 Manuel Bouyer
* All rights reserved.
@@ -55,23 +55,6 @@
int64_t q2v_grace; /* allowed time for softlimit overflow */
};
-/* NAMES for the above in the plist */
-#define INITQVNAMES_ALL { \
- QUOTADICT_LIMIT_HARD, \
- QUOTADICT_LIMIT_SOFT, \
- QUOTADICT_LIMIT_USAGE, \
- QUOTADICT_LIMIT_ETIME, \
- QUOTADICT_LIMIT_GTIME \
- }
-#define INITQVNAMES_LIMITSONLY { \
- QUOTADICT_LIMIT_HARD, \
- QUOTADICT_LIMIT_SOFT, \
- NULL, \
- NULL, \
- QUOTADICT_LIMIT_GTIME \
- }
-
-#define N_QV 5
/*
* On-disk description of a user or group quota
* These entries are keept as linked list, either in one of the hash HEAD,
Home |
Main Index |
Thread Index |
Old Index