aboutsummaryrefslogtreecommitdiffstats
path: root/fs/9p/conv.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/9p/conv.h')
-rw-r--r--fs/9p/conv.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/9p/conv.h b/fs/9p/conv.h
index 26a736e4a2e7..f5896628dae4 100644
--- a/fs/9p/conv.h
+++ b/fs/9p/conv.h
@@ -33,7 +33,6 @@ int v9fs_deserialize_fcall(void *buf, u32 buflen, struct v9fs_fcall *rcall,
33void v9fs_set_tag(struct v9fs_fcall *fc, u16 tag); 33void v9fs_set_tag(struct v9fs_fcall *fc, u16 tag);
34 34
35struct v9fs_fcall *v9fs_create_tversion(u32 msize, char *version); 35struct v9fs_fcall *v9fs_create_tversion(u32 msize, char *version);
36struct v9fs_fcall *v9fs_create_tauth(u32 afid, char *uname, char *aname);
37struct v9fs_fcall *v9fs_create_tattach(u32 fid, u32 afid, char *uname, 36struct v9fs_fcall *v9fs_create_tattach(u32 fid, u32 afid, char *uname,
38 char *aname); 37 char *aname);
39struct v9fs_fcall *v9fs_create_tflush(u16 oldtag); 38struct v9fs_fcall *v9fs_create_tflush(u16 oldtag);