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:   perseant
Date:           Tue Sep  2 00:24:10 UTC 2025

Modified Files:
        src/sys/ufs/lfs: lfs_extern.h lfs_segment.c lfs_vfsops.c

Log Message:
Use a workqueue to handle cluster iodone, rather than doing it in interrupt context.


To generate a diff of this commit:
cvs rdiff -u -r1.118 -r1.119 src/sys/ufs/lfs/lfs_extern.h
cvs rdiff -u -r1.288 -r1.289 src/sys/ufs/lfs/lfs_segment.c
cvs rdiff -u -r1.383 -r1.384 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