A number of structures related to UFS and QUOTAS have changed name.
authorMatthew Dillon <dillon@dragonflybsd.org>
Mon, 3 Apr 2006 02:02:37 +0000 (02:02 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Mon, 3 Apr 2006 02:02:37 +0000 (02:02 +0000)
commit50e583627ec554e18bb13000eaee93ac9d91c4b6
treea4df224aed5f5494c649929b6a8e55f21c817b32
parent286555ab3724a60987968ac954f4c750c1fbe560
A number of structures related to UFS and QUOTAS have changed name.

dinode -> ufs1_dinode
dqblk -> ufs_dqblk (and other quota related structures)

In addition, a large number of UFS related structures and procedures have
been prefixed with 'ufs_' to allow us to split off EXT2FS.

ufs_daddr_t has been moved out of sys/types.h and into vfs/ufs/dinode.h.

The #ifndef header file checks for UFS have been normalized.
25 files changed:
sys/dev/disk/ccd/ccd.c
sys/dev/raid/vinum/vinumhdr.h
sys/kern/subr_diskslice.c
sys/sys/types.h
sys/vfs/Makefile
sys/vfs/ufs/dinode.h
sys/vfs/ufs/dir.h
sys/vfs/ufs/dirhash.h
sys/vfs/ufs/ffs_alloc.c
sys/vfs/ufs/ffs_balloc.c
sys/vfs/ufs/ffs_extern.h
sys/vfs/ufs/ffs_inode.c
sys/vfs/ufs/ffs_softdep.c
sys/vfs/ufs/ffs_subr.c
sys/vfs/ufs/ffs_vfsops.c
sys/vfs/ufs/fs.h
sys/vfs/ufs/inode.h
sys/vfs/ufs/quota.h
sys/vfs/ufs/softdep.h
sys/vfs/ufs/ufs_extern.h
sys/vfs/ufs/ufs_inode.c
sys/vfs/ufs/ufs_quota.c
sys/vfs/ufs/ufs_vfsops.c
sys/vfs/ufs/ufs_vnops.c
sys/vfs/ufs/ufsmount.h