]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
net/9p: Add device name details on error
authorAneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Thu, 3 Sep 2015 08:06:51 +0000 (13:36 +0530)
committerEric Van Hensbergen <ericvh@gmail.com>
Sun, 6 Sep 2015 02:46:55 +0000 (21:46 -0500)
commitd0ed8e4e5eced3e379f64e59048cdaa11639ea4a
tree1e087b9d57e0b8a677b061ba422c87e1a3252235
parentb5ac1fb2717e48177d3f73f9e4c9b556c0a24c6b
net/9p: Add device name details on error

If we use wrong device name 9p mount fails with error

"9pnet_virtio: no channels available"

Improve the error output as below

"9pnet_virtio: no channels available for device /dev/root"

Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Signed-off-by: Eric Van Hensbergen <ericvh@gmail.com>
net/9p/trans_virtio.c