linux/drivers/staging/erofs
Nishka Dasgupta 2ac3b368f4 staging: erofs: Remove function erofs_kill_sb()
Remove function erofs_kill_sb as all it does is call kill_block_super.
Modify references to the former to point to the latter.
Issue found with Coccinelle.

Signed-off-by: Nishka Dasgupta <nishkadg.linux@gmail.com>
Reviewed-by: Gao Xiang <gaoxiang25@huawei.com>
Reviewed-by: Chao Yu <yuchao0@huawei.com>
Link: https://lore.kernel.org/r/20190712071247.2357-1-nishkadg.linux@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2019-07-22 07:34:10 +02:00
..
Documentation/filesystems staging: erofs: support IO read error injection 2019-03-26 05:51:17 +09:00
include staging: erofs: add trace points for reading zipped data 2018-09-18 16:35:03 +02:00
compress.h staging: erofs: introduce LZ4 decompression inplace 2019-06-26 09:44:40 +08:00
data.c staging: erofs: add compacted ondisk compression indexes 2019-06-26 09:44:39 +08:00
decompressor.c staging: erofs: fix LZ4 limited bounced page mis-reuse 2019-07-03 18:20:21 +02:00
dir.c staging: erofs: clean up initialization of pointer de 2019-06-18 08:59:40 +02:00
erofs_fs.h staging: erofs: introduce LZ4 decompression inplace 2019-06-26 09:44:40 +08:00
inode.c staging: erofs: don't check special inode layout 2019-07-01 08:45:00 +02:00
internal.h staging: erofs:converting all 'unsigned' to 'unsigned int' 2019-07-22 07:34:10 +02:00
Kconfig staging: erofs: fix undefined LZ4_decompress_safe_partial() 2018-11-09 08:34:39 -08:00
Makefile staging: erofs: switch to new decompression backend 2019-06-26 09:44:40 +08:00
namei.c staging: erofs: support statx 2019-05-30 13:59:10 -07:00
super.c staging: erofs: Remove function erofs_kill_sb() 2019-07-22 07:34:10 +02:00
TODO staging: erofs: update erofs-utils information in TODO 2018-12-06 16:08:56 +01:00
unzip_pagevec.h staging: erofs:converting all 'unsigned' to 'unsigned int' 2019-07-22 07:34:10 +02:00
unzip_vle.c staging: erofs: Replace kzalloc(struct ..) with kzalloc(*ptr) 2019-07-01 08:45:04 +02:00
unzip_vle.h staging: erofs:converting all 'unsigned' to 'unsigned int' 2019-07-22 07:34:10 +02:00
utils.c staging: erofs: move per-CPU buffers implementation to utils.c 2019-06-26 09:44:39 +08:00
xattr.c staging: erofs: Use !x or x in place of NULL comparision 2019-03-22 15:20:25 +01:00
xattr.h staging: erofs:converting all 'unsigned' to 'unsigned int' 2019-07-22 07:34:10 +02:00
zmap.c staging: erofs: integrate decompression inplace 2019-06-26 09:44:40 +08:00