summaryrefslogtreecommitdiff
path: root/quotasys.h
diff options
context:
space:
mode:
authorJan Kara <jack@suse.cz>2014-11-26 10:05:49 +0100
committerJan Kara <jack@suse.cz>2014-11-26 10:05:49 +0100
commit76559096f8cbad937945b3574b0d426bec0fb12a (patch)
tree5a783052588bc99fdd81ba629f8ac9036cfb4508 /quotasys.h
parentbffaeb028ee716ed46e5b74a45162f2ef45b2963 (diff)
Remove KERN_KNOWN_QUOTA_VERSION
This define is unused and using it would be a bad idea (kernel quota version doesn't mean anything useful anymore). Remove it. Signed-off-by: Jan Kara <jack@suse.cz>
Diffstat (limited to 'quotasys.h')
-rw-r--r--quotasys.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/quotasys.h b/quotasys.h
index d8d79fe..5f188a4 100644
--- a/quotasys.h
+++ b/quotasys.h
@@ -24,8 +24,6 @@
#define IOI_INITSCAN 0x2 /* Prepare handle for scanning dquots */
#define IOI_NFS_MIXED_PATHS 0x4 /* Trim leading / from NFSv4 mountpoints */
-#define KERN_KNOWN_QUOTA_VERSION (6*10000 + 5*100 + 1)
-
/* Interface versions */
#define IFACE_VFSOLD 1
#define IFACE_VFSV0 2