summaryrefslogtreecommitdiff
path: root/quotaops.c
diff options
context:
space:
mode:
authorjkar8572 <jkar8572>2001-04-12 05:56:53 +0000
committerjkar8572 <jkar8572>2001-04-12 05:56:53 +0000
commit4f7c6f32133cf2e880ed06db3b8d476e655d0b0a (patch)
tree326306817361e95603ba1b87be6546712a229156 /quotaops.c
parentbc47c58ac28bea3666ae128f9493f58195baee64 (diff)
downloadlinuxquota-4f7c6f32133cf2e880ed06db3b8d476e655d0b0a.tar.gz
Fixed bug with deice inodes in quotacheck.
Fixed bug with devcmp() in quotaops.
Diffstat (limited to 'quotaops.c')
-rw-r--r--quotaops.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/quotaops.c b/quotaops.c
index fed0168..15bd2a8 100644
--- a/quotaops.c
+++ b/quotaops.c
@@ -34,7 +34,7 @@
#ident "$Copyright: (c) 1980, 1990 Regents of the University of California. $"
#ident "$Copyright: All rights reserved. $"
-#ident "$Id: quotaops.c,v 1.2 2001/04/11 10:12:36 jkar8572 Exp $"
+#ident "$Id: quotaops.c,v 1.3 2001/04/12 05:56:53 jkar8572 Exp $"
#include <rpc/rpc.h>
#include <sys/types.h>
@@ -208,7 +208,7 @@ static void merge_to_list(struct dquot *qlist, char *dev, u_int64_t blocks, u_in
struct dquot *q;
for (q = qlist; q; q = q->dq_next) {
- if (devcmp_handle(dev, q->dq_h))
+ if (!devcmp_handle(dev, q->dq_h))
continue;
/*