From: Christoph Hellwig Date: Thu, 6 May 2010 21:04:58 +0000 (-0400) Subject: quota: unify ->get_dqblk X-Git-Tag: v2.6.35-rc1~455^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b9b2dd36c1bc64430f8e13990ab135cbecc10076;p=pandora-kernel.git quota: unify ->get_dqblk 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 Signed-off-by: Jan Kara --- Reading git-diff-tree failed