befs: remove unused BEFS_BT_PARMATCH
authorLuis de Bethencourt <luisbg@osg.samsung.com>
Mon, 8 Aug 2016 14:21:20 +0000 (15:21 +0100)
committerLuis de Bethencourt <luisbg@osg.samsung.com>
Sat, 13 Aug 2016 16:12:01 +0000 (17:12 +0100)
commita68dd765638852752bcb3a03570962212f24f15e
tree1fae1eb6dd8fa9b82f938788a0e3aa3eca9b32f4
parent63e4d8e8cacd8c5b92c3350d61b2083007327501
befs: remove unused BEFS_BT_PARMATCH

befs_btree_find(), the only caller of befs_find_key(), only cares about if
the return from that function is BEFS_BT_MATCH or not. It never uses the
partial match given with BEFS_BT_PARMATCH. Make the overflow return clearer
by having BEFS_BT_OVERFLOW instead of BEFS_BT_PARMATCH.

Signed-off-by: Luis de Bethencourt <luisbg@osg.samsung.com>
Signed-off-by: Salah Triki <salah.triki@gmail.com>
fs/befs/befs.h
fs/befs/btree.c
This page took 0.024548 seconds and 5 git commands to generate.