9
0
Fork 0
barebox/fs
Peter Mamonov a7bbbe0236 fs: Fix filesystem detection with full path
When mount is given a full path (including /dev/) to the cdev file
we can no longer automatically detect the filesystem. This is broken
since:

e89f1a1 detect_fs: use device instead of file

Fix it by dropping the /dev/ component of the path.

Signed-off-by: Peter Mamonov <pmamonov@gmail.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2015-10-13 16:06:31 +02:00
..
cramfs treewide: fix 'new blank line at EOF' formatting error 2015-07-02 09:39:58 +02:00
ext4 drop <stddef.h> includes 2015-07-23 16:46:04 +02:00
fat treewide: fix 'new blank line at EOF' formatting error 2015-07-02 09:39:58 +02:00
ubifs introduce strerrorp 2015-09-23 17:12:44 +02:00
Kconfig Merge branch 'for-next/randconfig-1' 2014-12-08 14:54:11 +01:00
Makefile fs: implement EFI variable filesystem driver 2014-07-16 10:46:18 +02:00
bpkfs.c fs: rename inode member of struct filep to priv 2015-03-09 08:06:41 +01:00
devfs-core.c cdev: Add function to find cdev by device_node 2015-09-01 07:43:16 +02:00
devfs.c fs: rename inode member of struct filep to priv 2015-03-09 08:06:41 +01:00
efi.c fs: efi: use xstrdup_* when appropriate 2015-07-27 07:23:19 +02:00
efivarfs.c fs: efivars: read the attributes on the second get_variable() 2015-07-27 07:23:20 +02:00
fs.c fs: Fix filesystem detection with full path 2015-10-13 16:06:31 +02:00
nfs.c fs/nfs.c: use SUNRPC_PORT remote port by default 2015-07-20 07:46:54 +02:00
omap4_usbbootfs.c fs: rename inode member of struct filep to priv 2015-03-09 08:06:41 +01:00
parseopt.c linux/kernel.h: rename USHORT_MAX, SHORT_MAX, SHORT_MIN 2015-01-21 14:58:07 +01:00
parseopt.h nfs: parse nfsport and mount port from file system options 2014-02-10 09:02:21 +01:00
ramfs.c fs: syntax fix in ramfs.c 2015-10-01 08:38:36 +02:00
tftp.c fs/tftp.c: drop unused server_port variable 2015-07-20 07:46:54 +02:00
uimagefs.c fs: rename inode member of struct filep to priv 2015-03-09 08:06:41 +01:00