mount command: Fix "mount /dev/<devname>"
We used to put the device name without the "/dev/" component into
device_detect_by_name() and cdev_by_name(). Since 8ca7053b3ff we only
put the device name into device_detect_by_name(), but cdev_by_name()
still gets the full path. The result is that a "mount /dev/<devname>" no
longer works. Fix this.

Fixes: 8ca7053b3ff ("commands: mount: Make use of devpath_to_name()")

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Cc: Andrey Smirnov <andrew.smirnov@gmail.com>
1 parent 8b3633b commit 1eb65685357a3c0df0b3965d4ce1d6c54c306c56
@Sascha Hauer Sascha Hauer authored on 21 Nov 2018
Showing 1 changed file
View
commands/mount.c