summaryrefslogtreecommitdiffstats
path: root/fs/ext4/ext4_common.h
diff options
context:
space:
mode:
authorTom Rini <trini@ti.com>2014-02-26 08:18:58 -0500
committerTom Rini <trini@ti.com>2014-02-26 08:18:58 -0500
commit715b56fe2b47e073e6f2425e0cedba0e92a4014d (patch)
tree5ae84d93ee1cf16ba65b4ad92bfccbbbe2c215f5 /fs/ext4/ext4_common.h
parenta7e8c15f71456d55ccb27f843862af03a00e0957 (diff)
downloadtalos-obmc-uboot-715b56fe2b47e073e6f2425e0cedba0e92a4014d.tar.gz
talos-obmc-uboot-715b56fe2b47e073e6f2425e0cedba0e92a4014d.zip
Revert "ext4fs: Add ext4 extent cache for read operations"
This reverts commit fc0fc50f38a4d7d0554558076a79dfe8b0d78cd5. The author has asked on the mailing list that we revert this for now as it breaks write support. Reported-by: Łukasz Majewski <l.majewski@samsung.com> Signed-off-by: Tom Rini <trini@ti.com>
Diffstat (limited to 'fs/ext4/ext4_common.h')
-rw-r--r--fs/ext4/ext4_common.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/fs/ext4/ext4_common.h b/fs/ext4/ext4_common.h
index a9fd8c6573..5fa1719f2e 100644
--- a/fs/ext4/ext4_common.h
+++ b/fs/ext4/ext4_common.h
@@ -57,9 +57,6 @@ int ext4fs_find_file(const char *path, struct ext2fs_node *rootnode,
int ext4fs_iterate_dir(struct ext2fs_node *dir, char *name,
struct ext2fs_node **fnode, int *ftype);
-int ext4fs_build_extent_cache(struct ext2_inode *inode);
-void ext4fs_free_extent_cache(void);
-
#if defined(CONFIG_EXT4_WRITE)
uint32_t ext4fs_div_roundup(uint32_t size, uint32_t n);
int ext4fs_checksum_update(unsigned int i);
OpenPOWER on IntegriCloud