Messages in this thread |  | | Date | Fri, 9 Feb 2001 11:21:03 +0100 | From | Jan Kara <> | Subject | Re: block size for quotas? |
| |
Hello.
> I maintain quotatool, a command-line quota utility. > Right now, I'm using BLOCK_SIZE -- defined in > <linux/fs.h> -- to convert between blocks and bytes. > I'd like to not use the linux header files at all for > this, but how else can I find the info? In current kernel there's no constant specifying quota blocksize and BLOCK_SIZE is hardcoded into the quota code so it's fairly reasonable to use that constant for utils... (In my patches for new quota format this issue is also addressed and constant QUOTABLOCK_SIZE is defined).
I don't know if you know that there's been created SourceForge project for linux quota utils (project has description 'Linux DiskQuota' and has name 'linuxquota'). If you're interested you might include your utility to standard quota utils package (there's setquota utility which should be command line tool in the package so we might drop setquota if your util is better :)) BTW: What does your util better than setquota?)
Bye Honza
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org Please read the FAQ at http://www.tux.org/lkml/
|  |