diff options
Diffstat (limited to 'fs/9p/mux.h')
-rw-r--r-- | fs/9p/mux.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/9p/mux.h b/fs/9p/mux.h index 82ce793af1b5..4994cb10badf 100644 --- a/fs/9p/mux.h +++ b/fs/9p/mux.h | |||
@@ -28,6 +28,7 @@ | |||
28 | struct v9fs_rpcreq { | 28 | struct v9fs_rpcreq { |
29 | struct v9fs_fcall *tcall; | 29 | struct v9fs_fcall *tcall; |
30 | struct v9fs_fcall *rcall; | 30 | struct v9fs_fcall *rcall; |
31 | int err; /* error code if response failed */ | ||
31 | 32 | ||
32 | /* XXX - could we put scatter/gather buffers here? */ | 33 | /* XXX - could we put scatter/gather buffers here? */ |
33 | 34 | ||