linux/fs/befs
Salah Triki 6c8da24b90 fs/befs/datastream.c:befs_find_brun_dblindirect(): remove unneeded initializations to NULL
iaddr_array is unconditionally initialized to NULL in
befs_find_brun_dblindirect().

Link: http://lkml.kernel.org/r/940def273e30ef37957fba9da6981a10fb3c9741.1462649034.git.salah.triki@acm.org
Signed-off-by: Salah Triki <salah.triki@acm.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2016-05-23 17:04:14 -07:00
..
befs_fs_types.h Fix common misspellings 2011-03-31 11:26:23 -03:00
befs.h befs: constify stuff a bit 2016-05-10 14:24:06 -04:00
btree.c befs: constify stuff a bit 2016-05-10 14:24:06 -04:00
btree.h befs: constify stuff a bit 2016-05-10 14:24:06 -04:00
ChangeLog Fix common misspellings 2011-03-31 11:26:23 -03:00
datastream.c fs/befs/datastream.c:befs_find_brun_dblindirect(): remove unneeded initializations to NULL 2016-05-23 17:04:14 -07:00
datastream.h befs: constify stuff a bit 2016-05-10 14:24:06 -04:00
debug.c BEFS: logging cleanup 2014-04-03 16:21:25 -07:00
endian.h befs: don't pass huge structs by value 2011-01-13 08:03:15 -08:00
inode.c BEFS: logging cleanup 2014-04-03 16:21:25 -07:00
inode.h
io.c befs: replace typedef befs_sb_info by structure 2015-04-17 09:04:03 -04:00
io.h
Kconfig fs/befs: remove depends on CONFIG_EXPERIMENTAL 2013-01-21 14:39:04 -08:00
linuxvfs.c befs: switch to ->iterate_shared() 2016-05-10 14:24:57 -04:00
Makefile BEFS: logging cleanup 2014-04-03 16:21:25 -07:00
super.c befs: replace typedef befs_sb_info by structure 2015-04-17 09:04:03 -04:00
super.h
TODO