Splitting project quota support from group quota support

From xfs.org
Revision as of 18:45, 17 March 2009 by Spamuser (talk | contribs) (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...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

< 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