]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
vfs: Add get_write_ioflag helper to calculate ioflag
authorKa Ho Ng <khng@FreeBSD.org>
Thu, 12 Aug 2021 09:35:34 +0000 (17:35 +0800)
committerKa Ho Ng <khng@FreeBSD.org>
Thu, 12 Aug 2021 09:35:34 +0000 (17:35 +0800)
commitc15384f8963191a238cb4a33382b4d394f1ac0b4
treefd30c8fa49a3120400693ee69dc734fa60f3c7a1
parent5d5a6216645a6aefa8665c79bb761b754d74c067
vfs: Add get_write_ioflag helper to calculate ioflag

Converted vn_write to use this helper.

Sponsored by: The FreeBSD Foundation
MFC after: 3 days
Reviewed by: kib
Differential Revision: https://reviews.freebsd.org/D31513
sys/kern/vfs_vnops.c