]> git.hungrycats.org Git - linux/commit
quota: Store maximum space limit in bytes
authorJan Kara <jack@suse.cz>
Thu, 9 Oct 2014 14:54:13 +0000 (16:54 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 6 Mar 2015 22:53:06 +0000 (14:53 -0800)
commit83b7094ac141884880a1508aa17253b08583ac8b
tree339dba14c24fb15036764b9141ced9892ce3d44e
parent1e5c8725fc15223701aa9bed537d9beaaa629008
quota: Store maximum space limit in bytes

commit b10a08194c2b615955dfab2300331a90ae9344c7 upstream.

Currently maximum space limit quota format supports is in blocks however
since we store space limits in bytes, this is somewhat confusing. So
store the maximum limit in bytes as well. Also rename the field to match
the new unit and related inode field to match the new naming scheme.

Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jan Kara <jack@suse.cz>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
fs/ocfs2/quota_local.c
fs/quota/dquot.c
fs/quota/quota_v1.c
fs/quota/quota_v2.c
include/linux/quota.h