Source-Changes archive

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

CVS commit: [netbsd-3] src/sys/ufs/lfs



Module Name:    src
Committed By:   riz
Date:           Sat May 20 22:11:58 UTC 2006

Modified Files:
        src/sys/ufs/lfs [netbsd-3]: lfs.h lfs_alloc.c lfs_vfsops.c

Log Message:
Pull up following revision(s) (requested by perseant in ticket #1327):
        sys/ufs/lfs/lfs.h: revision 1.101
        sys/ufs/lfs/lfs_vfsops.c: revision 1.202
        sys/ufs/lfs/lfs_alloc.c: revision 1.88
Optimize the free list search a little more; in particular use words
instead of bytes for the index, and never search below fs->lfs_freehd.
Fix a bug in the previous version of the search (an erroneous assumption
that ino_t was signed).
Free the bitmap when we unmount the filesystem.


To generate a diff of this commit:
cvs rdiff -r1.77.2.11 -r1.77.2.12 src/sys/ufs/lfs/lfs.h
cvs rdiff -r1.76.2.5 -r1.76.2.6 src/sys/ufs/lfs/lfs_alloc.c
cvs rdiff -r1.167.2.14 -r1.167.2.15 src/sys/ufs/lfs/lfs_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