]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
When sync'ing a mount point, the mount point's vnodes were scanned
authormckusick <mckusick@FreeBSD.org>
Tue, 14 Jan 2020 22:27:46 +0000 (22:27 +0000)
committermckusick <mckusick@FreeBSD.org>
Tue, 14 Jan 2020 22:27:46 +0000 (22:27 +0000)
commitd629f559dd35b30fd04a65f425ef1382063b2722
tree09955dd8fb56ca4293422342a46b2f5c4a39aafa
parent95807a3f0b92907485461dbe3c14018ce49af98d
When sync'ing a mount point, the mount point's vnodes were scanned
twice. Once to update the changed inodes, and a second time to update
changed quota information. This change merges these two scans into a
single scan which does both inode and quota updates.

MFC after: 7 days
sys/ufs/ffs/ffs_vfsops.c