From: majianpeng Date: Fri, 1 Feb 2013 11:07:57 +0000 (+0800) Subject: f2fs: use F2FS_BLKSIZE to judge bloksize and page_cache_size X-Git-Tag: v3.9-rc1~67^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c9b469295fb6b10d98923eab5e79c4edb80ed20;p=pandora-kernel.git f2fs: use F2FS_BLKSIZE to judge bloksize and page_cache_size In some system PAGE_CACHE_SIZE isn't 4K. So using F2FS_BLKSIZE to judge. By Jaegeuk Kim: o f2fs does not support no other 4KB page cache size. Signed-off-by: Jianpeng Ma Signed-off-by: Jaegeuk Kim --- Reading git-diff-tree failed