aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/dqblk_v2.h
diff options
context:
space:
mode:
authorJan Kara <jack@suse.cz>2008-11-25 15:31:31 +0100
committerMark Fasheh <mfasheh@suse.com>2009-01-05 08:40:25 -0800
commit5cd9d5bb86daf632a40f90e2321ea9379e42f073 (patch)
treedd8baa659c18e61b94c1c366b93f161611cec8bd /include/linux/dqblk_v2.h
parentocfs2: Fix build warnings (64-bit types vs long long) (diff)
downloadlinux-dev-5cd9d5bb86daf632a40f90e2321ea9379e42f073.tar.xz
linux-dev-5cd9d5bb86daf632a40f90e2321ea9379e42f073.zip
quota: Unexport dqblk_v1.h and dqblk_v2.h
Unexport header files dqblk_v[12].h since except for quota format ID they don't contain information userspace should be interested in. Move ID definitions to quota.h. Signed-off-by: Jan Kara <jack@suse.cz> Signed-off-by: Mark Fasheh <mfasheh@suse.com>
Diffstat (limited to 'include/linux/dqblk_v2.h')
-rw-r--r--include/linux/dqblk_v2.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/dqblk_v2.h b/include/linux/dqblk_v2.h
index ff8af1b4bda7..18000a542677 100644
--- a/include/linux/dqblk_v2.h
+++ b/include/linux/dqblk_v2.h
@@ -7,9 +7,6 @@
#include <linux/dqblk_qtree.h>
-/* Id number of quota format */
-#define QFMT_VFS_V0 2
-
/* Numbers of blocks needed for updates */
#define V2_INIT_ALLOC QTREE_INIT_ALLOC
#define V2_INIT_REWRITE QTREE_INIT_REWRITE