]> git.baikalelectronics.ru Git - kernel.git/commit
quota: Convert union in mem_dqinfo to a pointer
authorJan Kara <jack@suse.cz>
Thu, 2 Oct 2008 16:44:14 +0000 (18:44 +0200)
committerMark Fasheh <mfasheh@suse.com>
Mon, 5 Jan 2009 16:40:21 +0000 (08:40 -0800)
commite1908e49c4d8b6646e6f7764285b59d936c98874
tree67648a89b3c9056d77caa6ef42776cf1053c5e70
parenta1c73b3d75ae4fa9e42585526f147fb45b173977
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>
fs/quota_v2.c
include/linux/dqblk_v1.h
include/linux/dqblk_v2.h
include/linux/quota.h