diff options
Diffstat (limited to 'fs/9p/conv.h')
-rw-r--r-- | fs/9p/conv.h | 1 |
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, | |||
33 | void v9fs_set_tag(struct v9fs_fcall *fc, u16 tag); | 33 | void v9fs_set_tag(struct v9fs_fcall *fc, u16 tag); |
34 | 34 | ||
35 | struct v9fs_fcall *v9fs_create_tversion(u32 msize, char *version); | 35 | struct v9fs_fcall *v9fs_create_tversion(u32 msize, char *version); |
36 | struct v9fs_fcall *v9fs_create_tauth(u32 afid, char *uname, char *aname); | ||
37 | struct v9fs_fcall *v9fs_create_tattach(u32 fid, u32 afid, char *uname, | 36 | struct v9fs_fcall *v9fs_create_tattach(u32 fid, u32 afid, char *uname, |
38 | char *aname); | 37 | char *aname); |
39 | struct v9fs_fcall *v9fs_create_tflush(u16 oldtag); | 38 | struct v9fs_fcall *v9fs_create_tflush(u16 oldtag); |