commit | 55af5c9313607f3b6acba2fd915b263ef6a61dd4 | [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 | 89ba42d18303d06d49ca14de2d46c82bbdcad06c [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>