NetBSD/sys/fs/smbfs
plunky 5ec364d4d9 C99 section 6.7.2.3 (Tags) Note 3 states that:
A type specifier of the form

	enum identifier

  without an enumerator list shall only appear after the type it
  specifies is complete.

which means that we cannot pass an "enum vtype" argument to
kauth_access_action() without fully specifying the type first.
Unfortunately there is a complicated include file loop which
makes that difficult, so convert this minimal function into a
macro (and capitalize it).

(ok elad@)
2013-03-18 19:35:35 +00:00
..
files.smbfs
Makefile
smbfs_io.c Enforce RLIMIT_FSIZE before VOP_WRITE. This adds support to file 2010-04-23 15:38:46 +00:00
smbfs_kq.c extending vmem(9) to be able to allocated resources for it's own needs. 2012-01-27 19:48:38 +00:00
smbfs_node.c - Remove redundant vput() before vgone(). 2012-11-29 11:58:49 +00:00
smbfs_node.h Various fixes for smbfs: 2012-11-28 13:34:24 +00:00
smbfs_smb.c Improve smbfs timestamp handling. 2012-11-30 23:24:21 +00:00
smbfs_subr.c Improve smbfs timestamp handling. 2012-11-30 23:24:21 +00:00
smbfs_subr.h Improve smbfs timestamp handling. 2012-11-30 23:24:21 +00:00
smbfs_vfsops.c As vnalloc() always allocates with PR_WAITOK there is no longer the need 2011-10-07 09:35:04 +00:00
smbfs_vnops.c C99 section 6.7.2.3 (Tags) Note 3 states that: 2013-03-18 19:35:35 +00:00
smbfs.h