]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
sandbox: implement exists() function
authorStephen Warren <swarren@nvidia.com>
Mon, 3 Feb 2014 20:21:07 +0000 (13:21 -0700)
committerTom Rini <trini@ti.com>
Wed, 19 Feb 2014 14:47:34 +0000 (09:47 -0500)
commit0a30aa1e7e4e194ecc04c5970267bd6493db8eaf
tree32e0ce8519829a7e507efe0b7e842b469dc8c54d
parente5e897c01b1cd496187ca56a38ff5559d27f951c
sandbox: implement exists() function

This hooks into the generic "file exists" support added in an earlier
patch, and provides an implementation for the sandbox test environment.

Signed-off-by: Stephen Warren <swarren@nvidia.com>
Acked-by: Simon Glass <sjg@chromium.org>
fs/fs.c
fs/sandbox/sandboxfs.c
include/sandboxfs.h