aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/dqblk_v1.h
diff options
context:
space:
mode:
authorJan Kara <jack@suse.cz>2008-10-02 12:44:14 -0400
committerMark Fasheh <mfasheh@suse.com>2009-01-05 11:40:21 -0500
commite3d4d56b9715e40ded2a84d0d4fa7f3b6c58983c (patch)
tree67648a89b3c9056d77caa6ef42776cf1053c5e70 /include/linux/dqblk_v1.h
parent1ccd14b9c271c1ac6eec5c5ec5def433100e7248 (diff)
quota: Convert union in mem_dqinfo to a pointer
Coming quota support for OCFS2 is going to need quite a bit of additional per-sb quota information. Moreover having fs.h include all the types needed for this structure would be a pain in the a**. So remove the union from mem_dqinfo and add a private pointer for filesystem's use. Signed-off-by: Jan Kara <jack@suse.cz> Signed-off-by: Mark Fasheh <mfasheh@suse.com>
Diffstat (limited to 'include/linux/dqblk_v1.h')
-rw-r--r--include/linux/dqblk_v1.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/dqblk_v1.h b/include/linux/dqblk_v1.h
index 57f1250d5a52..9cea901f5bba 100644
--- a/include/linux/dqblk_v1.h
+++ b/include/linux/dqblk_v1.h
@@ -17,8 +17,4 @@
17#define V1_DEL_ALLOC 0 17#define V1_DEL_ALLOC 0
18#define V1_DEL_REWRITE 2 18#define V1_DEL_REWRITE 2
19 19
20/* Special information about quotafile */
21struct v1_mem_dqinfo {
22};
23
24#endif /* _LINUX_DQBLK_V1_H */ 20#endif /* _LINUX_DQBLK_V1_H */