git: sys/kern: Move vop_stdallocate() within vfs_default.c
Tomohiro Kusumi
tkusumi at crater.dragonflybsd.org
Sat Sep 11 09:03:22 PDT 2021
commit 815bacc95516b55f0c2bfd9eb2be96f8b0f2a6f8
Author: Tomohiro Kusumi <tkusumi at netbsd.org>
Date: Sun Sep 12 00:40:04 2021 +0900
sys/kern: Move vop_stdallocate() within vfs_default.c
vop_allocate stuff are usually placed after vop_markatime,
but looking at vfs_default.c this std function should probably
be the last.
Summary of changes:
sys/kern/vfs_default.c | 222 ++++++++++++++++++++++++-------------------------
1 file changed, 111 insertions(+), 111 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/815bacc95516b55f0c2bfd9eb2be96f8b0f2a6f8
--
DragonFly BSD source repository
More information about the Commits
mailing list