ext4: Support for 64-bit quota format
authorJan Kara <jack@suse.cz>
Mon, 30 Nov 2009 22:58:32 +0000 (23:58 +0100)
committerJan Kara <jack@suse.cz>
Thu, 10 Dec 2009 14:02:54 +0000 (15:02 +0100)
commit5a20bdfcdc5c5e5f0647d8d99a998066ef5496ac
tree30f50f2655dd17681169e4cf825a1849265bf3b7
parent1aeec43432d6bfb7a300bb0363f2723b8c4c706d
ext4: Support for 64-bit quota format

Add support for new 64-bit quota format. It is enough to add proper
mount options handling. The rest is done by the generic code.

Signed-off-by: Jan Kara <jack@suse.cz>
fs/ext4/super.c