]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
quota: Store maximum space limit in bytes
authorJan Kara <jack@suse.cz>
Thu, 9 Oct 2014 14:54:13 +0000 (16:54 +0200)
committerJan Kara <jack@suse.cz>
Fri, 30 Jan 2015 11:51:21 +0000 (12:51 +0100)
commitb10a08194c2b615955dfab2300331a90ae9344c7
tree0787871fa57144c011cf1a81a0b1e0502cd04bf3
parentaaa3daed156ff3c6acb28c8b18028f8b57d6c91b
quota: Store maximum space limit in bytes

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>
fs/ocfs2/quota_local.c
fs/quota/dquot.c
fs/quota/quota_v1.c
fs/quota/quota_v2.c
include/linux/quota.h