Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add other open mode flags to 9p according to 9p.h #41

Merged
merged 1 commit into from
Sep 24, 2015

Conversation

edahlgren
Copy link

Currently the open modes available don't allow client to open files append only nor to exclude file access to a single client. These bits are available in 9p:

http://lxr.free-electrons.com/source/include/net/9p/9p.h#L223

This standardizes the flags to be hex (seems to be what everything else is) and completes the set.

http://lxr.free-electrons.com/source/include/net/9p/9p.h#L223

This allows clients to open files append only or exclude file
access to a single client.
lionkov added a commit that referenced this pull request Sep 24, 2015
Add other open mode flags to 9p according to 9p.h
@lionkov lionkov merged commit ed15c8d into lionkov:master Sep 24, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants