Searched hist:"5 df1d4123d53261d9d71c7d237d0f165add7ce72" (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/fs/ext4/ |
H A D | ext4.h | diff 5df1d4123d53261d9d71c7d237d0f165add7ce72 Thu Sep 24 02:33:35 CDT 2020 zhangyi (F) <yi.zhang@huawei.com> ext4: introduce ext4_sb_breadahead_unmovable() to replace sb_breadahead_unmovable()
If we readahead inode tables in __ext4_get_inode_loc(), it may bypass buffer_write_io_error() check, so introduce ext4_sb_breadahead_unmovable() to handle this special case.
This patch also replace sb_breadahead_unmovable() in ext4_fill_super() for the sake of unification.
Signed-off-by: zhangyi (F) <yi.zhang@huawei.com> Link: https://lore.kernel.org/r/20200924073337.861472-6-yi.zhang@huawei.com Signed-off-by: Theodore Ts'o <tytso@mit.edu>
|
H A D | inode.c | diff 5df1d4123d53261d9d71c7d237d0f165add7ce72 Thu Sep 24 02:33:35 CDT 2020 zhangyi (F) <yi.zhang@huawei.com> ext4: introduce ext4_sb_breadahead_unmovable() to replace sb_breadahead_unmovable()
If we readahead inode tables in __ext4_get_inode_loc(), it may bypass buffer_write_io_error() check, so introduce ext4_sb_breadahead_unmovable() to handle this special case.
This patch also replace sb_breadahead_unmovable() in ext4_fill_super() for the sake of unification.
Signed-off-by: zhangyi (F) <yi.zhang@huawei.com> Link: https://lore.kernel.org/r/20200924073337.861472-6-yi.zhang@huawei.com Signed-off-by: Theodore Ts'o <tytso@mit.edu>
|
H A D | super.c | diff 5df1d4123d53261d9d71c7d237d0f165add7ce72 Thu Sep 24 02:33:35 CDT 2020 zhangyi (F) <yi.zhang@huawei.com> ext4: introduce ext4_sb_breadahead_unmovable() to replace sb_breadahead_unmovable()
If we readahead inode tables in __ext4_get_inode_loc(), it may bypass buffer_write_io_error() check, so introduce ext4_sb_breadahead_unmovable() to handle this special case.
This patch also replace sb_breadahead_unmovable() in ext4_fill_super() for the sake of unification.
Signed-off-by: zhangyi (F) <yi.zhang@huawei.com> Link: https://lore.kernel.org/r/20200924073337.861472-6-yi.zhang@huawei.com Signed-off-by: Theodore Ts'o <tytso@mit.edu>
|