]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
sandbox: only do sandboxfs for hostfs interface
authorSjoerd Simons <sjoerd.simons@collabora.co.uk>
Mon, 13 Apr 2015 20:54:19 +0000 (22:54 +0200)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 20:29:05 +0000 (22:29 +0200)
commit7621b8d40e788170ff47395fc9f8a1368e72bbe6
treeefbc410628c0e7174d23af7ebe27b2fd5110b0e9
parent2b5934cfa24efbc58018c50838a11ab23faceff0
sandbox: only do sandboxfs for hostfs interface

Only do sandbox filesystem access when using the hostfs device
interface, rather then falling back to it in all cases. This prevents
confusion situations due to the fallback being taken rather then an
unsupported error being raised.

Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
Reviewed-by: Simon Glass <sjg@chromium.org>
Acked-by: Simon Glass <sjg@chromium.org>
fs/sandbox/sandboxfs.c