aboutsummaryrefslogtreecommitdiffstats
path: root/fs/9p/9p.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/9p/9p.h')
-rw-r--r--fs/9p/9p.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/9p/9p.h b/fs/9p/9p.h
index 1df9e69b794b..2bb89b4005a1 100644
--- a/fs/9p/9p.h
+++ b/fs/9p/9p.h
@@ -235,6 +235,7 @@ struct Tcreate {
235 struct v9fs_str name; 235 struct v9fs_str name;
236 u32 perm; 236 u32 perm;
237 u8 mode; 237 u8 mode;
238 struct v9fs_str extension;
238}; 239};
239 240
240struct Rcreate { 241struct Rcreate {
@@ -364,7 +365,7 @@ int v9fs_t_remove(struct v9fs_session_info *v9ses, u32 fid,
364 struct v9fs_fcall **rcall); 365 struct v9fs_fcall **rcall);
365 366
366int v9fs_t_create(struct v9fs_session_info *v9ses, u32 fid, char *name, 367int v9fs_t_create(struct v9fs_session_info *v9ses, u32 fid, char *name,
367 u32 perm, u8 mode, struct v9fs_fcall **rcall); 368 u32 perm, u8 mode, char *extension, struct v9fs_fcall **rcall);
368 369
369int v9fs_t_read(struct v9fs_session_info *v9ses, u32 fid, 370int v9fs_t_read(struct v9fs_session_info *v9ses, u32 fid,
370 u64 offset, u32 count, struct v9fs_fcall **rcall); 371 u64 offset, u32 count, struct v9fs_fcall **rcall);