[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. > _______________________________________________ xfs mailing list xfs@xxxxxxxxxxx http://oss.sgi.com/mailman/listinfo/xfs