commit | b10a08194c2b615955dfab2300331a90ae9344c7 | [log] [tgz] |
---|---|---|
author | Jan Kara <jack@suse.cz> | Thu Oct 09 16:54:13 2014 +0200 |
committer | Jan Kara <jack@suse.cz> | Fri Jan 30 12:51:21 2015 +0100 |
tree | 0787871fa57144c011cf1a81a0b1e0502cd04bf3 | |
parent | aaa3daed156ff3c6acb28c8b18028f8b57d6c91b [diff] |
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>