fs/befs/linuxvfs.c: move useless assignment
authorSalah Triki <salah.triki@acm.org>
Sat, 23 Jul 2016 12:36:41 +0000 (22:36 +1000)
committerLuis de Bethencourt <luisbg@osg.samsung.com>
Tue, 9 Aug 2016 14:18:06 +0000 (15:18 +0100)
commit739c27eb6f6463af6dfdf939b1c0dc54dbcbae55
treef5896b78205433454e0a0c976459edf92b58194c
parent29b4817d4018df78086157ea3a55c1d9424a7cfc
fs/befs/linuxvfs.c: move useless assignment

Control is transfered to unacquire_none when sb->s_fs_info is equal to
NULL, so the assignment to NULL is useless and it is moved above
unacquire_none.

Link: http://lkml.kernel.org/r/ed41da113fc693c7daa4e8813ca04cc766ddfc05.1464226521.git.salah.triki@acm.org
Signed-off-by: Salah Triki <salah.triki@acm.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
fs/befs/linuxvfs.c
This page took 0.027641 seconds and 5 git commands to generate.