diff options
| author | Jan Kara <jack@suse.cz> | 2002-05-19 19:34:05 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@penguin.transmeta.com> | 2002-05-19 19:34:05 -0700 |
| commit | f48acc23db77f14f59e8337ad6e015d9fe8d47b2 (patch) | |
| tree | 5797e9c3b174791310796c4964e8f79a8a287882 /include/linux | |
| parent | 48c39f24034b8c3050a016e0d02b3b4704da6835 (diff) | |
[PATCH] [4/13] quota-4-getstats
This patch moves reporting of quota statistics from Q_GETSTATS call to
/proc/fs/quota. Also reporting of registered quota formats is added.
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/quota.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/quota.h b/include/linux/quota.h index c6f1eacb9bc2..b17397cb51ba 100644 --- a/include/linux/quota.h +++ b/include/linux/quota.h @@ -42,6 +42,9 @@ #include <linux/errno.h> #include <linux/types.h> +#define __DQUOT_VERSION__ "dquot_6.5.1" +#define __DQUOT_NUM_VERSION__ 6*10000+5*100+1 + typedef __kernel_uid32_t qid_t; /* Type in which we store ids in memory */ /* |
