linux/fs/befs
Salah Triki d84e4a5a09 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>
2016-10-08 10:01:19 +01:00
..
befs_fs_types.h
befs.h befs: remove unused functions 2016-10-08 10:01:12 +01:00
btree.c befs: fix typo in befs_bt_read_node documentation 2016-10-08 10:01:18 +01:00
btree.h befs: constify stuff a bit 2016-05-10 14:24:06 -04:00
ChangeLog
datastream.c fs: befs: Remove redundant validation from befs_find_brun_direct 2016-10-08 10:01:19 +01:00
datastream.h befs: constify stuff a bit 2016-05-10 14:24:06 -04:00
debug.c
endian.h
inode.c
inode.h
io.c fs: befs: replace befs_bread by sb_bread 2016-10-08 10:01:12 +01:00
io.h fs: befs: replace befs_bread by sb_bread 2016-10-08 10:01:12 +01:00
Kconfig
linuxvfs.c befs: make consistent use of befs_error() 2016-10-08 10:01:16 +01:00
Makefile
super.c befs: fix function name in documentation 2016-10-08 10:01:11 +01:00
super.h
TODO