fs: befs: Remove redundant validation from befs_find_brun_direct
authorSalah Triki <salah.triki@gmail.com>
Wed, 27 Jul 2016 03:11:52 +0000 (04:11 +0100)
committerLuis de Bethencourt <luisbg@osg.samsung.com>
Tue, 9 Aug 2016 14:18:06 +0000 (15:18 +0100)
commit35c62e658df56dc7357ae515912d744b687bdf3f
tree926add63219f2a6307109365aac4b3dd5c303870
parentf0c049986ffa9bf1cc9d0a49c1ae5e7bf1928619
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 <salah.triki@gmail.com>
Acked-by: Luis de Bethencourt <luisbg@osg.samsung.com>
fs/befs/datastream.c
This page took 0.029244 seconds and 5 git commands to generate.