kernel-hacking-2024-linux-s.../fs/befs
Salah Triki c625426fb6 fs/befs/linuxvfs.c: remove useless pr_err in befs_fill_super()
Remove pr_err since when kzalloc fails there is a generic out of memory
and stack dump.

Link: http://lkml.kernel.org/r/c5a7f2d42ec0fc8465c118248e88cd221c483391.1464226521.git.salah.triki@acm.org
Signed-off-by: Salah Triki <salah.triki@acm.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
2016-10-08 10:01:09 +01:00
..
befs.h befs: constify stuff a bit 2016-05-10 14:24:06 -04:00
befs_fs_types.h
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
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
endian.h
inode.c
inode.h
io.c fs/befs/io.c:befs_bread(): remove unneeded initialization to NULL 2016-05-23 17:04:14 -07:00
io.h
Kconfig
linuxvfs.c fs/befs/linuxvfs.c: remove useless pr_err in befs_fill_super() 2016-10-08 10:01:09 +01:00
Makefile
super.c
super.h
TODO