]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/9p/mux.h
[PATCH] v9fs: fix handling of malformed 9P messages
[linux-2.6-omap-h63xx.git] / fs / 9p / mux.h
index 82ce793af1b57402cff569415c454eb404e6367b..4994cb10badfef1498931d85928a5fb140960e7b 100644 (file)
@@ -28,6 +28,7 @@
 struct v9fs_rpcreq {
        struct v9fs_fcall *tcall;
        struct v9fs_fcall *rcall;
+       int err;        /* error code if response failed */
 
        /* XXX - could we put scatter/gather buffers here? */