Splitting project quota support from group quota support

From xfs.org
Revision as of 18:46, 17 March 2009 by Spamuser (talk | contribs)
< 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