9
0
Fork 0
barebox/fs/ext4
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
..
Kconfig fs: implement initial ext4 support from U-Boot 2012-12-03 11:23:25 +01:00
Makefile fs: implement initial ext4 support from U-Boot 2012-12-03 11:23:25 +01:00
ext4_common.c ext4: switch debug and printf to dev_xxx 2013-03-09 11:18:08 +01:00
ext4_common.h fs: implement initial ext4 support from U-Boot 2012-12-03 11:23:25 +01:00
ext4fs.c fs: implement initial ext4 support from U-Boot 2012-12-03 11:23:25 +01:00
ext4fs.h fs: implement initial ext4 support from U-Boot 2012-12-03 11:23:25 +01:00
ext_barebox.c fs: cleanup backingstore handling 2013-09-29 12:11:14 +02:00
ext_common.h fs: implement initial ext4 support from U-Boot 2012-12-03 11:23:25 +01:00