fs: befs: remove unnecessary *befs_sb variable
authorSalah Triki <salah.triki@gmail.com>
Sun, 31 Jul 2016 20:34:29 +0000 (21:34 +0100)
committerLuis de Bethencourt <luisbg@osg.samsung.com>
Sat, 8 Oct 2016 09:01:23 +0000 (10:01 +0100)
commitf30661035b01910c5da248b6e67fb66182e40f6f
tree3e608820a7efc711e6665e47500e29ac551d9535
parent143d2a615fe39dd972a6446d24b298f7544588e9
fs: befs: remove unnecessary *befs_sb variable

Remove *befs_sb and just call BEFS_SB(sb) directly, since the returned
value by this function is only used once.

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