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>
Tue, 9 Aug 2016 14:18:06 +0000 (15:18 +0100)
commit214777a8ebad1656cfcbc507fe28f1eb6d5f69c0
treed3a49dca919e5e155aca8189ee526d3874a917a5
parent4ab9b26d48a6aeb25045f3da344910313a21d598
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
This page took 0.027667 seconds and 5 git commands to generate.