xen/9pfs: initialize len to 0 to detect xenbus_read errors
authorStefano Stabellini <[email protected]>
Thu, 13 Apr 2017 17:57:56 +0000 (10:57 -0700)
committerJuergen Gross <[email protected]>
Tue, 2 May 2017 09:13:23 +0000 (11:13 +0200)
commit31d47266c6e599d76e84c9809f9ea2735d9cda5b
tree675cd7a2b5f9af5d922aa9f1e50f2ff65f9782c9
parent29985b09613ba106a1ed0496988636d288600515
xen/9pfs: initialize len to 0 to detect xenbus_read errors

In order to use "len" to check for xenbus_read errors properly, we need
to initialize len to 0 before passing it to xenbus_read.

CC: [email protected]
CC: [email protected]
CC: [email protected]
CC: Eric Van Hensbergen <[email protected]>
CC: Ron Minnich <[email protected]>
CC: Latchesar Ionkov <[email protected]>
CC: [email protected]
Signed-off-by: Stefano Stabellini <[email protected]>
Reviewed-by: Juergen Gross <[email protected]>
Signed-off-by: Juergen Gross <[email protected]>
net/9p/trans_xen.c