From 826fda95d2d7565db3af74eb9c2a2c405fa04e95 Mon Sep 17 00:00:00 2001 From: drepper Date: Mon, 5 Oct 1998 13:40:12 +0000 Subject: [PATCH] (Q_RSQUASH): Added. --- sysdeps/unix/sysv/linux/sys/quota.h | 1 + 1 file changed, 1 insertion(+) diff --git a/sysdeps/unix/sysv/linux/sys/quota.h b/sysdeps/unix/sysv/linux/sys/quota.h index bcbbfa5ddb..3ea52b0393 100644 --- a/sysdeps/unix/sysv/linux/sys/quota.h +++ b/sysdeps/unix/sysv/linux/sys/quota.h @@ -106,6 +106,7 @@ #define Q_SYNC 0x0600 /* sync disk copy of a filesystems quotas */ #define Q_SETQLIM 0x0700 /* set limits */ #define Q_GETSTATS 0x0800 /* get collected stats */ +#define Q_RSQUASH 0x1000 /* set root_squash option */ /* * The following structure defines the format of the disk quota file -- 2.11.0