commit | 2c5f648aa24a7c8f0668d8ce5722d69da5bef739 | [log] [tgz] |
---|---|---|
author | Jan Kara <jack@suse.cz> | Tue Sep 30 10:43:09 2014 +0200 |
committer | Jan Kara <jack@suse.cz> | Mon Nov 10 10:06:08 2014 +0100 |
tree | 569961ba122f15e947a0f0dbe71c6994b8e00b2c | |
parent | 6bab3596bbede980c067eaeaf6a470c262888dac [diff] |
quota: Allow each filesystem to specify which quota types it supports Currently all filesystems supporting VFS quota support user and group quotas. With introduction of project quotas this is going to change so make sure filesystem isn't called for quota type it doesn't support by introduction of a bitmask determining which quota types each filesystem supports. Acked-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jan Kara <jack@suse.cz>