9
0
Fork 0
barebox/fs
Sascha Hauer ecb3aaa23b fs: cleanup backingstore handling
All filesystem drivers which need a backingstore device do the same
ignoring of '/dev/' in the backingstore followed by a cdev_open. Add a
helper function for it and let the core handle the cdev. As a side
effect this makes sure that fsdev->cdev is also set when a device is
mounted without the leading '/dev/' which was previously ignored
by the mount code.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2013-09-29 12:11:14 +02:00
..
cramfs fs: cleanup backingstore handling 2013-09-29 12:11:14 +02:00
ext4 fs: cleanup backingstore handling 2013-09-29 12:11:14 +02:00
fat fs: cleanup backingstore handling 2013-09-29 12:11:14 +02:00
ubifs fs: cleanup backingstore handling 2013-09-29 12:11:14 +02:00
Kconfig fs: Add ubifs support 2013-08-07 08:44:48 +02:00
Makefile fs: Add ubifs support 2013-08-07 08:44:48 +02:00
devfs-core.c cdev: add device_find_partition 2013-07-15 11:16:14 +02:00
devfs.c Treewide: remove address of the Free Software Foundation 2012-09-17 10:57:41 +02:00
fs.c fs: cleanup backingstore handling 2013-09-29 12:11:14 +02:00
nfs.c Treewide: remove address of the Free Software Foundation 2012-09-17 10:57:41 +02:00
omap4_usbbootfs.c omap4: add filesystem support over usb boot 2012-11-16 15:32:31 +01:00
ramfs.c Treewide: remove address of the Free Software Foundation 2012-09-17 10:57:41 +02:00
tftp.c fs: tftp: don't duplicate timeout information 2013-08-12 08:00:36 +02:00