]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r197680:
authortrasz <trasz@FreeBSD.org>
Sat, 27 Mar 2010 17:22:11 +0000 (17:22 +0000)
committertrasz <trasz@FreeBSD.org>
Sat, 27 Mar 2010 17:22:11 +0000 (17:22 +0000)
commitfda24975a292c0fca722b42bd8e77512b1349a80
tree0e6ef1ca1e132ec9d4609fe0bd73d713a72ef732
parent804673555ef0d73a89e1bf87b2daa9ad16e0c97e
MFC r197680:

Provide default implementation for VOP_ACCESS(9), so that filesystems which
want to provide VOP_ACCESSX(9) don't have to implement both.  Note that
this commit makes implementation of either of these two mandatory.

Reviewed by: kib
sys/fs/fifofs/fifo_vnops.c
sys/kern/subr_acl_posix1e.c
sys/kern/vfs_default.c
sys/kern/vfs_subr.c
sys/sys/vnode.h