NetBSD/usr.sbin/edquota
dholland f0f8fe3be2 Rename static inline "helper" functions:
ufsclass2qtype -> quota_idtype_to_ufs
   qtype2ufsclass -> quota_idtype_from_ufs

The reason for the direction of "ufs" changing is that the old names
were among the symbols using "ufs" to mean "fs-independent". So the
old names were for translating "ufsclass" (fs-independent quota id
type) to "qtype" (ufs-specific quota id type) and vice versa.

These functions are used in only two places, both of which are
inappropriate, so at some point they should probably be removed.
They're also identity transformations so not particularly helpful,
unless one were to make a careful and concerted effort to distinguish
the ufs quota code numbers from the fs-independent ones. This has not
been done and is probably impossible without support from a program
verifier, and maybe not even then.

They are static inline, so no compat concerns arise.

Also adjust the symbols they use to avoid <quota/quotaprop.h>.
2012-01-29 07:16:00 +00:00
..
edquota.8
edquota.c Rename static inline "helper" functions: 2012-01-29 07:16:00 +00:00
Makefile Add a new libquota library, which contains some blocks to build and/or 2011-03-24 17:05:39 +00:00
pathnames.h Minor cosmetic fixes, no semantic changes. (object file diffs have been 2011-07-10 07:54:49 +00:00