Searched hist:b4962091a54c8c332e4c6c211a86b7f6d6e1f759 (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/fs/ext2/ |
H A D | dir.c | diff b4962091a54c8c332e4c6c211a86b7f6d6e1f759 Sun Jun 07 22:40:42 CDT 2020 zhangyi (F) <yi.zhang@huawei.com> ext2: propagate errors up to ext2_find_entry()'s callers
The same to commit <36de928641ee4> (ext4: propagate errors up to ext4_find_entry()'s callers') in ext4, also return error instead of NULL pointer in case of some error happens in ext2_find_entry() (e.g. -ENOMEM or -EIO). This could avoid a negative dentry cache entry installed even it failed to read directory block due to IO error.
Link: https://lore.kernel.org/r/20200608034043.10451-1-yi.zhang@huawei.com Signed-off-by: zhangyi (F) <yi.zhang@huawei.com> Signed-off-by: Jan Kara <jack@suse.cz>
|
H A D | ext2.h | diff b4962091a54c8c332e4c6c211a86b7f6d6e1f759 Sun Jun 07 22:40:42 CDT 2020 zhangyi (F) <yi.zhang@huawei.com> ext2: propagate errors up to ext2_find_entry()'s callers
The same to commit <36de928641ee4> (ext4: propagate errors up to ext4_find_entry()'s callers') in ext4, also return error instead of NULL pointer in case of some error happens in ext2_find_entry() (e.g. -ENOMEM or -EIO). This could avoid a negative dentry cache entry installed even it failed to read directory block due to IO error.
Link: https://lore.kernel.org/r/20200608034043.10451-1-yi.zhang@huawei.com Signed-off-by: zhangyi (F) <yi.zhang@huawei.com> Signed-off-by: Jan Kara <jack@suse.cz>
|
H A D | namei.c | diff b4962091a54c8c332e4c6c211a86b7f6d6e1f759 Sun Jun 07 22:40:42 CDT 2020 zhangyi (F) <yi.zhang@huawei.com> ext2: propagate errors up to ext2_find_entry()'s callers
The same to commit <36de928641ee4> (ext4: propagate errors up to ext4_find_entry()'s callers') in ext4, also return error instead of NULL pointer in case of some error happens in ext2_find_entry() (e.g. -ENOMEM or -EIO). This could avoid a negative dentry cache entry installed even it failed to read directory block due to IO error.
Link: https://lore.kernel.org/r/20200608034043.10451-1-yi.zhang@huawei.com Signed-off-by: zhangyi (F) <yi.zhang@huawei.com> Signed-off-by: Jan Kara <jack@suse.cz>
|