Hello.
> I've been playing with the quota coda (adding quotas to minixfs is
> my first task :) and I'd like to add such support for reiserfs.
>
> It looks like the code in dquot.c should behave OK for the actual
> quota files, but I have no idea how I should go about managing the
> actual quota values.
>
> Should I just manage them on the basis of a 1 byte blocksize, or is
> there a better way to go about it?
The blocks used in quota are 1KB blocks, not fs blocks. So I think
size of allocated space rounded up to multiple of 1KB should be good.
But I don't know whether you know this value in reiserfs..
Honza.