From: Aneesh Kumar K.V Date: Mon, 15 Feb 2010 17:27:02 +0000 (+0000) Subject: net/9p: Handle mount errors correctly. X-Git-Tag: v2.6.34-rc1~191^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c1a7c2262035e83a8f70ebe1328b3451702cf51b;p=pandora-kernel.git net/9p: Handle mount errors correctly. With this patch we have # mount -t 9p -o trans=virtio virtio2 /mnt/ # mount -t 9p -o trans=virtio virtio2 /mnt/ mount: virtio2 already mounted or /mnt/ busy mount: according to mtab, virtio2 is already mounted on /mnt # mount -t 9p -o trans=virtio virtio3 /mnt/ -o debug=0xfff mount: special device virtio3 does not exist Signed-off-by: Aneesh Kumar K.V Signed-off-by: Eric Van Hensbergen --- Reading git-diff-tree failed