aboutsummaryrefslogtreecommitdiffstats
path: root/fs/9p/conv.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/9p/conv.c')
-rw-r--r--fs/9p/conv.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/9p/conv.c b/fs/9p/conv.c
index bf1f10067960..bba817142465 100644
--- a/fs/9p/conv.c
+++ b/fs/9p/conv.c
@@ -536,6 +536,7 @@ struct v9fs_fcall *v9fs_create_tversion(u32 msize, char *version)
536 return fc; 536 return fc;
537} 537}
538 538
539#if 0
539struct v9fs_fcall *v9fs_create_tauth(u32 afid, char *uname, char *aname) 540struct v9fs_fcall *v9fs_create_tauth(u32 afid, char *uname, char *aname)
540{ 541{
541 int size; 542 int size;
@@ -559,6 +560,7 @@ struct v9fs_fcall *v9fs_create_tauth(u32 afid, char *uname, char *aname)
559 error: 560 error:
560 return fc; 561 return fc;
561} 562}
563#endif /* 0 */
562 564
563struct v9fs_fcall * 565struct v9fs_fcall *
564v9fs_create_tattach(u32 fid, u32 afid, char *uname, char *aname) 566v9fs_create_tattach(u32 fid, u32 afid, char *uname, char *aname)