9
0
Fork 0
barebox/fs
Sascha Hauer 621266d3a4 automount: check for recursive automount
automount_mount calls run_command which may trigger an automount
again. This results in an endless loop. A simple way to trigger
this is:

mkdir /x; automount /x false; cd /x; something

Use a static variable to detect if we are currently in automount_mount()
and bail out if we are.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2014-07-03 08:16:42 +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 ubifs: Remove unused variable 2014-04-23 14:00:25 +02:00
Kconfig drop CONFIG_PARTITION_NEED_MTD 2014-05-13 09:19:46 +02:00
Makefile nfs: parse nfsport and mount port from file system options 2014-02-10 09:02:21 +01:00
bpkfs.c bpkfs: fix compiler warning 2014-02-10 09:34:35 +01:00
devfs-core.c drop CONFIG_PARTITION_NEED_MTD 2014-05-13 09:19:46 +02:00
devfs.c Treewide: remove address of the Free Software Foundation 2012-09-17 10:57:41 +02:00
fs.c automount: check for recursive automount 2014-07-03 08:16:42 +02:00
nfs.c nfs: parse nfsport and mount port from file system options 2014-02-10 09:02:21 +01:00
omap4_usbbootfs.c omap4: add filesystem support over usb boot 2012-11-16 15:32:31 +01:00
parseopt.c nfs: parse nfsport and mount port from file system options 2014-02-10 09:02:21 +01:00
parseopt.h nfs: parse nfsport and mount port from file system options 2014-02-10 09:02:21 +01:00
ramfs.c Treewide: remove address of the Free Software Foundation 2012-09-17 10:57:41 +02:00
tftp.c tftp: add timeframe when remote server is retransmitting 2014-05-05 09:18:45 +02:00
uimagefs.c Merge branch 'for-next/fs' 2013-10-07 07:59:42 +02:00