Searched hist:"66 aee5aaa237e5a3475581b462b8b22e0944d264" (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/fs/f2fs/ |
H A D | sysfs.c | diff 66aee5aaa237e5a3475581b462b8b22e0944d264 Tue Nov 15 00:35:37 CST 2022 Yuwei Guan <ssawgyw@gmail.com> f2fs: change type for 'sbi->readdir_ra'
Before this patch, the varibale 'readdir_ra' takes effect if it's equal to '1' or not, so we can change type for it from 'int' to 'bool'.
Signed-off-by: Yuwei Guan <Yuwei.Guan@zeekrlife.com> Reviewed-by: Chao Yu <chao@kernel.org> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
|
H A D | dir.c | diff 66aee5aaa237e5a3475581b462b8b22e0944d264 Tue Nov 15 00:35:37 CST 2022 Yuwei Guan <ssawgyw@gmail.com> f2fs: change type for 'sbi->readdir_ra'
Before this patch, the varibale 'readdir_ra' takes effect if it's equal to '1' or not, so we can change type for it from 'int' to 'bool'.
Signed-off-by: Yuwei Guan <Yuwei.Guan@zeekrlife.com> Reviewed-by: Chao Yu <chao@kernel.org> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
|
H A D | super.c | diff 66aee5aaa237e5a3475581b462b8b22e0944d264 Tue Nov 15 00:35:37 CST 2022 Yuwei Guan <ssawgyw@gmail.com> f2fs: change type for 'sbi->readdir_ra'
Before this patch, the varibale 'readdir_ra' takes effect if it's equal to '1' or not, so we can change type for it from 'int' to 'bool'.
Signed-off-by: Yuwei Guan <Yuwei.Guan@zeekrlife.com> Reviewed-by: Chao Yu <chao@kernel.org> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
|
H A D | f2fs.h | diff 66aee5aaa237e5a3475581b462b8b22e0944d264 Tue Nov 15 00:35:37 CST 2022 Yuwei Guan <ssawgyw@gmail.com> f2fs: change type for 'sbi->readdir_ra'
Before this patch, the varibale 'readdir_ra' takes effect if it's equal to '1' or not, so we can change type for it from 'int' to 'bool'.
Signed-off-by: Yuwei Guan <Yuwei.Guan@zeekrlife.com> Reviewed-by: Chao Yu <chao@kernel.org> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
|