Searched hist:"8 c9be1e58a8dc03ef815ca51ece95c5e6862b25e" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/fs/ext4/ |
H A D | fast_commit.c | diff 8c9be1e58a8dc03ef815ca51ece95c5e6862b25e Tue Oct 27 15:43:42 CDT 2020 Harshad Shirwadkar <harshadshirwadkar@gmail.com> ext4: use IS_ERR() for error checking of path
With this fix, fast commit recovery code uses IS_ERR() for path returned by ext4_find_extent.
Fixes: 8016e29f4362 ("ext4: fast commit recovery path") Reported-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Harshad Shirwadkar <harshadshirwadkar@gmail.com> Link: https://lore.kernel.org/r/20201027204342.2794949-1-harshadshirwadkar@gmail.com Signed-off-by: Theodore Ts'o <tytso@mit.edu>
|