From: Jan Kara Date: Thu, 2 Oct 2008 16:44:14 +0000 (+0200) Subject: quota: Convert union in mem_dqinfo to a pointer X-Git-Tag: v2.6.29-rc1~505^2~80 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e3d4d56b9715e40ded2a84d0d4fa7f3b6c58983c;p=pandora-kernel.git 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 Signed-off-by: Mark Fasheh --- Reading git-diff-tree failed