Whamcloud - gitweb
ext2fs: don't ignore return value in ext2fs_count_blocks
authorHarshad Shirwadkar <harshadshirwadkar@gmail.com>
Tue, 23 Feb 2021 17:41:54 +0000 (09:41 -0800)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 23 Feb 2021 17:58:03 +0000 (12:58 -0500)
commitc5ff455e42d2f2715fe3245fa8c63c87f05af97c
tree95d07d24b5f528442c3fa6468887f38fe2f68904
parent1e616535bc5e8e2edc10218f9a2db84efd9eb3c3
ext2fs: don't ignore return value in ext2fs_count_blocks

Don't ignore return value of ext2fs_get_array() in
ext2fs_count_blocks().

Signed-off-by: Harshad Shirwadkar <harshadshirwadkar@gmail.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
lib/ext2fs/extent.c