]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
fat: implement exists() for FAT fs
authorStephen Warren <swarren@nvidia.com>
Mon, 3 Feb 2014 20:21:10 +0000 (13:21 -0700)
committerTom Rini <trini@ti.com>
Wed, 19 Feb 2014 14:47:34 +0000 (09:47 -0500)
commitb7b5f3195fa5a31ab1505e0c87054dc6dc71627b
tree575752ba9711f80028817ee6ac1efd2f404f4452
parent55af5c9313607f3b6acba2fd915b263ef6a61dd4
fat: implement exists() for FAT fs

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

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