[U-Boot] [PATCH 1/6] sandbox: only do sandboxfs for hostfs interface

2015-02-19 Thread Sjoerd Simons
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 --- fs/sandbox/sandboxfs.c | 5 +++

Re: [U-Boot] [PATCH 1/6] sandbox: only do sandboxfs for hostfs interface

2015-02-20 Thread Simon Glass
Hi Sjoerd, On 19 February 2015 at 15:41, Sjoerd Simons wrote: > 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 ra

Re: [U-Boot] [PATCH 1/6] sandbox: only do sandboxfs for hostfs interface

2015-03-31 Thread Simon Glass
Hi Sjoerd, On 20 February 2015 at 12:22, Simon Glass wrote: > Hi Sjoerd, > > On 19 February 2015 at 15:41, Sjoerd Simons > wrote: >> 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