]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
ufs: drop ufs_markatime from ufs_fifoops
authormjg <mjg@FreeBSD.org>
Sat, 1 Feb 2020 06:41:44 +0000 (06:41 +0000)
committermjg <mjg@FreeBSD.org>
Sat, 1 Feb 2020 06:41:44 +0000 (06:41 +0000)
commitc99cc6352ce7b3578d9b3f03af206957a6b2763e
tree529acb07b07daeab4e93ab19b3be4c2dd6ab9d5d
parente4d3a982d696fb75c24964d8887fb0621e7388b7
ufs: drop ufs_markatime from ufs_fifoops

The routine is only called on mmap and exec, both of which are invalid for
this type.

Reviewed by: kib
Differential Revision: https://reviews.freebsd.org/D23421
sys/ufs/ufs/ufs_vnops.c