From 570ff1d772f4b2d0a73025c547e46e82ceb79eaa Mon Sep 17 00:00:00 2001 From: jkar8572 Date: Wed, 26 Sep 2001 12:26:11 +0000 Subject: Fixed detection of RH 7.1 kernel not to make problems on older kernels. Utilities now use shared locks when opening files read-only. Changed naming of Q_GETSTATS as they would be no longer in kernel. --- dqblk_v2.h | 1 + 1 file changed, 1 insertion(+) (limited to 'dqblk_v2.h') diff --git a/dqblk_v2.h b/dqblk_v2.h index 56aaf5f..2a8c2b7 100644 --- a/dqblk_v2.h +++ b/dqblk_v2.h @@ -13,6 +13,7 @@ #define Q_V2_SETQUOTA 0x0E00 /* Set limits and usage */ #define Q_V2_GETINFO 0x0900 /* Get information about quota */ #define Q_V2_SETINFO 0x0A00 /* Set information about quota */ +#define Q_V2_GETSTATS 0x1100 /* get collected stats (before proc was used) */ /* Structure for format specific information */ struct v2_mem_dqinfo { -- cgit v1.2.3