Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/ufs/lfs



Module Name:    src
Committed By:   dholland
Date:           Thu Jun  6 00:51:50 UTC 2013

Modified Files:
        src/sys/ufs/lfs: lfs.h ulfs_dinode.h ulfs_inode.h ulfs_quota2_subr.c
            ulfs_vfsops.c

Log Message:
Cleanups to reduce symbol and header exposure:
   - move struct ufid from ulfs_inode.h to lfs.h
   - lfs.h needs sys/mount.h and sys/pool.h
   - ulfs_quota2_subr.c needs lfs_inode.h
   - remove ulfs_inode.h from lfs.h in favor of ulfs_dinode.h
   - move ULFS_NDADDR, ULFS_NIADDR, ULFS_NXADDR from ulfs_dinode.h to lfs.h
   - remove ulfs_dinode.h from lfs.h
   - add lfs.h to ulfs_dinode.h


To generate a diff of this commit:
cvs rdiff -u -r1.139 -r1.140 src/sys/ufs/lfs/lfs.h
cvs rdiff -u -r1.2 -r1.3 src/sys/ufs/lfs/ulfs_dinode.h
cvs rdiff -u -r1.4 -r1.5 src/sys/ufs/lfs/ulfs_inode.h
cvs rdiff -u -r1.5 -r1.6 src/sys/ufs/lfs/ulfs_quota2_subr.c \
    src/sys/ufs/lfs/ulfs_vfsops.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index