Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
osv
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Verlässliche Systemsoftware
projects
osv
Commits
eb55808d
Commit
eb55808d
authored
11 years ago
by
Christoph Hellwig
Browse files
Options
Downloads
Patches
Plain Diff
vfs: provide a VAPPEND defintion
parent
9ea9000f
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
bsd/sys/cddl/compat/opensolaris/sys/vnode.h
+2
-0
2 additions, 0 deletions
bsd/sys/cddl/compat/opensolaris/sys/vnode.h
include/osv/vnode.h
+1
-0
1 addition, 0 deletions
include/osv/vnode.h
with
3 additions
and
0 deletions
bsd/sys/cddl/compat/opensolaris/sys/vnode.h
+
2
−
0
View file @
eb55808d
...
@@ -58,9 +58,11 @@ typedef struct vop_vector vnodeops_t;
...
@@ -58,9 +58,11 @@ typedef struct vop_vector vnodeops_t;
#define IS_XATTRDIR(dvp) (0)
#define IS_XATTRDIR(dvp) (0)
#define v_count v_usecount
#define v_count v_usecount
#endif
#define V_APPEND VAPPEND
#define V_APPEND VAPPEND
#if 0
#define rootvfs (rootvnode == NULL ? NULL : rootvnode->v_mount)
#define rootvfs (rootvnode == NULL ? NULL : rootvnode->v_mount)
static __inline int
static __inline int
...
...
This diff is collapsed.
Click to expand it.
include/osv/vnode.h
+
1
−
0
View file @
eb55808d
...
@@ -106,6 +106,7 @@ struct vattr {
...
@@ -106,6 +106,7 @@ struct vattr {
/*
/*
* Modes.
* Modes.
*/
*/
#define VAPPEND 00010
#define VREAD 00004
/* read, write, execute permissions */
#define VREAD 00004
/* read, write, execute permissions */
#define VWRITE 00002
#define VWRITE 00002
#define VEXEC 00001
#define VEXEC 00001
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment