Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fs: befs: Remove redundant validation from befs_find_brun_direct
The only caller of befs_find_brun_direct is befs_fblock2brun, which already validates that the block is within the range of direct blocks. So remove the duplicate validation. Signed-off-by: Salah Triki <[email protected]> Acked-by: Luis de Bethencourt <[email protected]>
- Loading branch information