[PATCH] v9fs: add extension field to Tcreate
[deliverable/linux.git] / fs / 9p / 9p.h
index 1df9e69b794b94d1d23a76834588a2312766ca4b..2bb89b4005a1b8f7fbff962c9ed09a2f84b4611b 100644 (file)
@@ -235,6 +235,7 @@ struct Tcreate {
        struct v9fs_str name;
        u32 perm;
        u8 mode;
+       struct v9fs_str extension;
 };
 
 struct Rcreate {
@@ -364,7 +365,7 @@ int v9fs_t_remove(struct v9fs_session_info *v9ses, u32 fid,
                  struct v9fs_fcall **rcall);
 
 int v9fs_t_create(struct v9fs_session_info *v9ses, u32 fid, char *name,
-                 u32 perm, u8 mode, struct v9fs_fcall **rcall);
+       u32 perm, u8 mode, char *extension, struct v9fs_fcall **rcall);
 
 int v9fs_t_read(struct v9fs_session_info *v9ses, u32 fid,
                u64 offset, u32 count, struct v9fs_fcall **rcall);
This page took 0.024961 seconds and 5 git commands to generate.