Splitting project quota support from group quota support: Difference between revisions
New page: < arekm> btw. is separating projquota from group quota possible without changing on disk format? < hch> arekm: no < hch> it might actually be not too hard to do < hch> but it would be a ch... |
No edit summary |
||
Line 1: | Line 1: | ||
<pre> | |||
< arekm> btw. is separating projquota from group quota possible without changing on disk format? | < arekm> btw. is separating projquota from group quota possible without changing on disk format? | ||
< hch> arekm: no | < hch> arekm: no | ||
Line 8: | Line 9: | ||
< hch> not sure if any other structures reference quota bits | < hch> not sure if any other structures reference quota bits | ||
< hch> the in-core change would be much larger | < hch> the in-core change would be much larger | ||
</pre> |
Revision as of 18:46, 17 March 2009
< arekm> btw. is separating projquota from group quota possible without changing on disk format? < hch> arekm: no < hch> it might actually be not too hard to do < hch> but it would be a change to the disk format < hch> not a bad one, runtime conversion should be quite easily doable < hch> superblock would need a new field for the third quota inode < hch> you'd need the actual third quota inode < hch> not sure if any other structures reference quota bits < hch> the in-core change would be much larger