From: Gu Zheng Date: Thu, 26 Dec 2013 10:24:19 +0000 (+0800) Subject: f2fs: convert max_orphans to a field of f2fs_sb_info X-Git-Tag: v3.14-rc1~122^2~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0d47c1adc2a1f1e4f4673f122a8328c90c58e232;p=pandora-kernel.git f2fs: convert max_orphans to a field of f2fs_sb_info Previously, we need to calculate the max orphan num when we try to acquire an orphan inode, but it's a stable value since the super block was inited. So converting it to a field of f2fs_sb_info and use it directly when needed seems a better choose. Signed-off-by: Gu Zheng Signed-off-by: Jaegeuk Kim --- Reading git-diff-tree failed