commit | e3d4d56b9715e40ded2a84d0d4fa7f3b6c58983c | [log] [tgz] |
---|---|---|
author | Jan Kara <jack@suse.cz> | Thu Oct 02 18:44:14 2008 +0200 |
committer | Mark Fasheh <mfasheh@suse.com> | Mon Jan 05 08:40:21 2009 -0800 |
tree | 67648a89b3c9056d77caa6ef42776cf1053c5e70 | |
parent | 1ccd14b9c271c1ac6eec5c5ec5def433100e7248 [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>