]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ext4: implement exists() for ext4fs
authorStephen Warren <swarren@nvidia.com>
Mon, 3 Feb 2014 20:21:09 +0000 (13:21 -0700)
committerTom Rini <trini@ti.com>
Wed, 19 Feb 2014 14:47:34 +0000 (09:47 -0500)
commit55af5c9313607f3b6acba2fd915b263ef6a61dd4
tree95dd692ed9c7c22357c77e2315cb92cd235f8dc3
parent89ba42d18303d06d49ca14de2d46c82bbdcad06c
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>
fs/ext4/ext4fs.c
fs/fs.c
include/ext4fs.h