fs: befs: Remove useless calls to brelse in befs_find_brun_dblindirect
authorSalah Triki <salah.triki@gmail.com>
Wed, 27 Jul 2016 03:11:54 +0000 (04:11 +0100)
committerLuis de Bethencourt <luisbg@osg.samsung.com>
Sat, 8 Oct 2016 09:01:20 +0000 (10:01 +0100)
commitd70ee4f2de3de1f56f7b5d0837ad9d53320cf128
tree91fc4c7294bdad07f08b7778a0e0bcdcc69f3c69
parent4bb594329a35e90ed7ff38db24f54aef8680f346
fs: befs: Remove useless calls to brelse in befs_find_brun_dblindirect

The calls to brelse are useless since dbl_indir_block and indir_block
are NULL.

Signed-off-by: Salah Triki <salah.triki@gmail.com>
Acked-by: Luis de Bethencourt <luisbg@osg.samsung.com>
fs/befs/datastream.c