aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/vnode.h
diff options
context:
space:
mode:
authorMateusz Guzik <mjg@FreeBSD.org>2020-02-01 06:46:55 +0000
committerMateusz Guzik <mjg@FreeBSD.org>2020-02-01 06:46:55 +0000
commit643656cfaf61e07bfefdc1fc3e287a77b7fb5a6e (patch)
tree0cab1f0223910e05a01a626ba25f50e139189bc9 /sys/sys/vnode.h
parent0a09292188a90e4f063329cc012db2ca9e99273b (diff)
downloadsrc-643656cfaf61e07bfefdc1fc3e287a77b7fb5a6e.tar.gz
src-643656cfaf61e07bfefdc1fc3e287a77b7fb5a6e.zip
vfs: replace VOP_MARKATIME with VOP_MMAPPED
The routine is only provided by ufs and is only used on mmap and exec. Reviewed by: kib Differential Revision: https://reviews.freebsd.org/D23422
Notes
Notes: svn path=/head/; revision=357361
Diffstat (limited to 'sys/sys/vnode.h')
-rw-r--r--sys/sys/vnode.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/sys/vnode.h b/sys/sys/vnode.h
index db95d351ae19..247e4a9a9420 100644
--- a/sys/sys/vnode.h
+++ b/sys/sys/vnode.h
@@ -937,7 +937,6 @@ void vfs_hash_rehash(struct vnode *vp, u_int hash);
void vfs_hash_remove(struct vnode *vp);
int vfs_kqfilter(struct vop_kqfilter_args *);
-void vfs_mark_atime(struct vnode *vp, struct ucred *cred);
struct dirent;
int vfs_read_dirent(struct vop_readdir_args *ap, struct dirent *dp, off_t off);
int vfs_emptydir(struct vnode *vp);