Module Name: src
Committed By: bad
Date: Sun Aug 11 13:43:20 UTC 2024
Modified Files:
src/sys/kern: vfs_syscalls.c
Log Message:
tweak restoration of asyncflag
Simply update mp->mnt_flag with asyncflag as it contains the correct value.
Use the same pattern as in the other two places (vfs_syscalls.c, ffs_wapbl.c).
NFC.
To generate a diff of this commit:
cvs rdiff -u -r1.567 -r1.568 src/sys/kern/vfs_syscalls.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.