]> git.karo-electronics.de Git - linux-beck.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>
Sat, 14 Nov 2015 14:12:41 +0000 (08:12 -0600)
commitc7c72c5a127507687c737ede0f97d85bde674433
treece5b6c0ca863df4edf1b5fd06a3133c898be0b60
parent63f4f7e8df6c504f39c6493799b54775916030d6
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