commit | 12d6d0c018dab80c16f88f7d8ed9cb6ea51e45a5 | [log] [tgz] |
---|---|---|
author | Stephen Warren <swarren@nvidia.com> | Mon Feb 03 13:21:09 2014 -0700 |
committer | Tom Rini <trini@ti.com> | Wed Feb 19 09:47:34 2014 -0500 |
tree | 95dd692ed9c7c22357c77e2315cb92cd235f8dc3 | |
parent | 53e8a325dd29a3c4b19eed2e49732a6c034434c7 [diff] |
ext4: implement exists() for ext4fs This hooks into the generic "file exists" support added in an earlier patch, and provides an implementation for the ext4 filesystem. Signed-off-by: Stephen Warren <swarren@nvidia.com> Acked-by: Simon Glass <sjg@chromium.org>