From 817202d937e6cca7e60f42e6495aaa51d70d9d7e Mon Sep 17 00:00:00 2001 From: Chao Yu Date: Mon, 28 Apr 2014 17:59:43 +0800 Subject: [PATCH] f2fs: readahead multi pages of directory for performance We have no so such readahead mechanism in ->iterate() path as the one in ->read() path, it cause low performance when we read large directory. This patch add readahead in f2fs_readdir() for better performance. Signed-off-by: Chao Yu Signed-off-by: Jaegeuk Kim --- Reading git-format-patch failed