]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - fs/fs.c
ext4: implement exists() for ext4fs
[karo-tx-uboot.git] / fs / fs.c
diff --git a/fs/fs.c b/fs/fs.c
index 2e60f57bc450dc547e5ac2ff3a84a69991c5472d..4e9b162d49ff40664dabd80036eb93b6c01226e6 100644 (file)
--- a/fs/fs.c
+++ b/fs/fs.c
@@ -102,7 +102,7 @@ static struct fstype_info fstypes[] = {
                .probe = ext4fs_probe,
                .close = ext4fs_close,
                .ls = ext4fs_ls,
-               .exists = fs_exists_unsupported,
+               .exists = ext4fs_exists,
                .read = ext4_read_file,
                .write = fs_write_unsupported,
        },