Hi,
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?
(For those who don't know, reiserfs allocates space in chunks which
aren't necessarily a multiple or fraction of the device block size.)
Matthew.