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:           Thu Dec 11 01:27:25 UTC 2025

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

Log Message:
Move the decrement of lfs_iocount after the pool_put in the cluster callback;
and explicitly check lfs_iocount before destroying the pool at unmount.
Prevents an occasional "pool busy" panic at unmount time.


To generate a diff of this commit:
cvs rdiff -u -r1.305 -r1.306 src/sys/ufs/lfs/lfs_segment.c
cvs rdiff -u -r1.397 -r1.398 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