commit | b9b2dd36c1bc64430f8e13990ab135cbecc10076 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@infradead.org> | Thu May 06 17:04:58 2010 -0400 |
committer | Jan Kara <jack@suse.cz> | Fri May 21 19:30:43 2010 +0200 |
tree | 051bb6a238c9ff98fe135de3e8591c65cf242d46 | |
parent | 0636c73ee7b129f77f577aaaefc8dde057be6d18 [diff] |
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 <hch@lst.de> Signed-off-by: Jan Kara <jack@suse.cz>