fs: add cdev_create_loop and cdev_remove_loop for loop mount option
Allow to create a loopback cdev from a file.

Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>

Fixed up with:

fs: Makefile: Add parseopt to all builds

parseopt.h was included to fs.c with commit 9248b, but parseopt.o has a
dependency to CONFIG_FS_NFS.

Moved parseopt.o to the default build to eliminate build failures.

Signed-off-by: Daniel Schultz <d.schultz@phytec.de>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
1 parent 7bcbc91 commit f3cd5b1bbcb27108496eb572ae2ff7cd526ddc55
@Philipp Zabel Philipp Zabel authored on 1 Jun 2017
Sascha Hauer committed on 6 Jun 2017
Showing 5 changed files
View
fs/Makefile
View
fs/devfs-core.c
View
fs/fs.c
View
include/driver.h
View
include/fs.h