Re: [Cluster-devel] [PATCH 10/17] quota: Make VFS quotas use new interface for getting quota info

2015-01-19 Thread Christoph Hellwig
Looks good, Reviewed-by: Christoph Hellwig h...@lst.de

[Cluster-devel] [PATCH 10/17] quota: Make VFS quotas use new interface for getting quota info

2015-01-16 Thread Jan Kara
Create new internal interface for getting information about quota which contains everything needed for both VFS quotas and XFS quotas. Make VFS use this and hook it up to Q_GETINFO. Signed-off-by: Jan Kara j...@suse.cz --- fs/ext3/super.c | 2 +- fs/ext4/super.c | 2 +-