[PATCH v4 0/6] speculative preallocation quota throttling
Brian Foster
bfoster at redhat.com
Mon Feb 25 14:47:31 CST 2013
[CC list]
On 02/25/2013 03:26 PM, Mark Tinguely wrote:
> On 02/20/13 09:10, Brian Foster wrote:
>> Hi all,
>>
>> Here is v4 of the speculative preallocation quota throttling set.
>> Patch 3 of v3
>> is dropped due to a redundancy and a few changes are made to the
>> threshold
>> management code (patch 4/6). The remaining patches are unchanged from v3.
>>
>> Brian
>>
...
>>
>
> Since you are doing a v5 repost, you can clean up the typedefs in the
> routines that you touch:
>
Sure, I'll make a pass through the set for such clean ups.
Brian
> For example in patch 3:
>
>
> xfs_quotainfo_t *q = mp->m_quotainfo;
> + xfs_disk_dquot_t *d = &dq->q_core;
> ^^^^^^^^^
> struct xfs_disk_dquot d = &dq->q_core;
> ---
> patch 4:
>
> xfs_disk_dquot_t
>
> xfs_quotainfo_t *q = mp->m_quotainfo;
> xfs_disk_dquot_t *d = &dq->q_core;
> + int prealloc = 0;
>
> clean up the xfs_quotainfo_t and xfs_disk_dquot_t
>
> --Mark.
>
More information about the xfs
mailing list