diff options
Diffstat (limited to 'include/net')
| -rw-r--r-- | include/net/9p/9p.h | 2 | ||||
| -rw-r--r-- | include/net/9p/client.h | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/include/net/9p/9p.h b/include/net/9p/9p.h index a4a1b043a8c4..55e96057f47f 100644 --- a/include/net/9p/9p.h +++ b/include/net/9p/9p.h | |||
| @@ -163,6 +163,8 @@ enum p9_msg_t { | |||
| 163 | P9_RXATTRCREATE, | 163 | P9_RXATTRCREATE, |
| 164 | P9_TREADDIR = 40, | 164 | P9_TREADDIR = 40, |
| 165 | P9_RREADDIR, | 165 | P9_RREADDIR, |
| 166 | P9_TFSYNC = 50, | ||
| 167 | P9_RFSYNC, | ||
| 166 | P9_TLINK = 70, | 168 | P9_TLINK = 70, |
| 167 | P9_RLINK, | 169 | P9_RLINK, |
| 168 | P9_TMKDIR = 72, | 170 | P9_TMKDIR = 72, |
diff --git a/include/net/9p/client.h b/include/net/9p/client.h index 7f63d5ab7b44..8744e3ad4a07 100644 --- a/include/net/9p/client.h +++ b/include/net/9p/client.h | |||
| @@ -229,6 +229,7 @@ int p9_client_symlink(struct p9_fid *fid, char *name, char *symname, gid_t gid, | |||
| 229 | int p9_client_create_dotl(struct p9_fid *ofid, char *name, u32 flags, u32 mode, | 229 | int p9_client_create_dotl(struct p9_fid *ofid, char *name, u32 flags, u32 mode, |
| 230 | gid_t gid, struct p9_qid *qid); | 230 | gid_t gid, struct p9_qid *qid); |
| 231 | int p9_client_clunk(struct p9_fid *fid); | 231 | int p9_client_clunk(struct p9_fid *fid); |
| 232 | int p9_client_fsync(struct p9_fid *fid); | ||
| 232 | int p9_client_remove(struct p9_fid *fid); | 233 | int p9_client_remove(struct p9_fid *fid); |
| 233 | int p9_client_read(struct p9_fid *fid, char *data, char __user *udata, | 234 | int p9_client_read(struct p9_fid *fid, char *data, char __user *udata, |
| 234 | u64 offset, u32 count); | 235 | u64 offset, u32 count); |
