quota: unify ->get_dqblk
authorChristoph Hellwig <hch@infradead.org>
Thu, 6 May 2010 21:04:58 +0000 (17:04 -0400)
committerJan Kara <jack@suse.cz>
Fri, 21 May 2010 17:30:43 +0000 (19:30 +0200)
Pass the larger struct fs_disk_quota to the ->get_dqblk operation so
that the Q_GETQUOTA and Q_XGETQUOTA operations can be implemented
with a single filesystem operation and we can retire the ->get_xquota
operation.  The additional information (RT-subvolume accounting and
warn counts) are left zero for the VFS quota implementation.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jan Kara <jack@suse.cz>

No differences found