Searched hist:"4 d06bfb97ecb0df4f5b057a73db002e28c22c35c" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/fs/ext4/ |
H A D | inode.c | diff 4d06bfb97ecb0df4f5b057a73db002e28c22c35c Wed Nov 06 03:38:09 CST 2019 Ritesh Harjani <riteshh@linux.ibm.com> ext4: Add error handling for io_end_vec struct allocation
This patch adds the error handling in case of any memory allocation failure for io_end_vec. This was missing in original patch series which enables dioread_nolock for blocksize < pagesize.
Fixes: c8cc88163f40 ("ext4: Add support for blocksize < pagesize in dioread_nolock") Reported-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Ritesh Harjani <riteshh@linux.ibm.com> Link: https://lore.kernel.org/r/20191106093809.10673-1-riteshh@linux.ibm.com Signed-off-by: Theodore Ts'o <tytso@mit.edu>
|