Module Name: src Committed By: dholland Date: Sun Jul 28 01:22:55 UTC 2013
Modified Files: src/sys/ufs/lfs: lfs.h lfs_vfsops.c ulfs_extern.h ulfs_quota2.c Log Message: Bring in a copy of ffs_quota2_mount() for reference. Add stuff to struct lfs that it needs to initialize. Clear these fields in mount as there's no on-disk support for quota2; but this increases the chances of being able to add it (or something like it) in the future. To generate a diff of this commit: cvs rdiff -u -r1.159 -r1.160 src/sys/ufs/lfs/lfs.h cvs rdiff -u -r1.310 -r1.311 src/sys/ufs/lfs/lfs_vfsops.c cvs rdiff -u -r1.9 -r1.10 src/sys/ufs/lfs/ulfs_extern.h \ src/sys/ufs/lfs/ulfs_quota2.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.