Searched hist:"0 d47c1adc2a1f1e4f4673f122a8328c90c58e232" (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/fs/f2fs/ |
H A D | checkpoint.c | diff 0d47c1adc2a1f1e4f4673f122a8328c90c58e232 Thu Dec 26 04:24:19 CST 2013 Gu Zheng <guz.fnst@cn.fujitsu.com> 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 <guz.fnst@cn.fujitsu.com> Signed-off-by: Jaegeuk Kim <jaegeuk.kim@samsung.com>
|
H A D | f2fs.h | diff 0d47c1adc2a1f1e4f4673f122a8328c90c58e232 Thu Dec 26 04:24:19 CST 2013 Gu Zheng <guz.fnst@cn.fujitsu.com> 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 <guz.fnst@cn.fujitsu.com> Signed-off-by: Jaegeuk Kim <jaegeuk.kim@samsung.com>
|