Source-Changes archive

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

CVS commit: src/sys



Module Name:    src
Committed By:   reinoud
Date:           Tue Jun 17 14:53:11 UTC 2008

Modified Files:
        src/sys/dev: fss.c
        src/sys/dev/ata: ata_raid.c
        src/sys/dev/dkwedge: dk.c
        src/sys/dev/raidframe: rf_diskqueue.c
        src/sys/kern: vfs_bio.c
        src/sys/ufs/ffs: ffs_snapshot.c

Log Message:
Mark a buffer `busy` in getnewbuf() when it came from the pool_cache since
its not on a free list.

Also change buf_init() to not automatically mark buffers `busy' since this
only makes sense for bufcache buffers.

Mark all buf_init'd buffers 'busy' on the places where they ought to be
flagged as such to not confuse the buffer cache.

Fixes PR 38923.


To generate a diff of this commit:
cvs rdiff -r1.45 -r1.46 src/sys/dev/fss.c
cvs rdiff -r1.28 -r1.29 src/sys/dev/ata/ata_raid.c
cvs rdiff -r1.41 -r1.42 src/sys/dev/dkwedge/dk.c
cvs rdiff -r1.50 -r1.51 src/sys/dev/raidframe/rf_diskqueue.c
cvs rdiff -r1.203 -r1.204 src/sys/kern/vfs_bio.c
cvs rdiff -r1.69 -r1.70 src/sys/ufs/ffs/ffs_snapshot.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