]> git.karo-electronics.de Git - linux-beck.git/commit
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>
Sat, 8 Oct 2016 09:01:08 +0000 (10:01 +0100)
commit30982583e4e57c4648fee4a4d6511e23b6e5db2b
treec67af3c0ff4071da4c39a3d619c0327fa9063203
parentc8d2bc9bc39ebea8437fd974fdbc21847bb897a3
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