linux/drivers/staging/erofs
Jeremy Sowden e7dfb1cff6 staging: erofs: fixed -Wmissing-prototype warnings by moving prototypes to header file.
Moved prototypes for two functions to a header file in order to fix the
following warnings:

  drivers/staging/erofs/unzip_vle.c:577:6: warning: no previous prototype for ‘erofs_workgroup_free_rcu’ [-Wmissing-prototypes]
   void erofs_workgroup_free_rcu(struct erofs_workgroup *grp)
        ^~~~~~~~~~~~~~~~~~~~~~~~

  drivers/staging/erofs/unzip_vle.c:1702:5: warning: no previous prototype for ‘z_erofs_map_blocks_iter’ [-Wmissing-prototypes]
   int z_erofs_map_blocks_iter(struct inode *inode,
       ^~~~~~~~~~~~~~~~~~~~~~~

Signed-off-by: Jeremy Sowden <jeremy@azazel.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2019-01-11 10:44:20 +01:00
..
include staging: erofs: add trace points for reading zipped data 2018-09-18 16:35:03 +02:00
data.c staging: erofs: fixed -Wmissing-prototype warnings by moving prototypes to header file. 2019-01-11 10:44:20 +01:00
dir.c staging: erofs: Fix spelling issue 2018-12-12 11:30:05 +01:00
erofs_fs.h staging: erofs: remove __EROFS_BIT 2018-12-12 11:29:46 +01:00
inode.c staging: erofs: {dir,inode,super}.c: rectify BUG_ONs 2018-12-06 16:08:56 +01:00
internal.h staging: erofs: fixed -Wmissing-prototype warnings by moving prototypes to header file. 2019-01-11 10:44:20 +01:00
Kconfig staging: erofs: fix undefined LZ4_decompress_safe_partial() 2018-11-09 08:34:39 -08:00
Makefile staging: erofs: use the new LZ4_decompress_safe_partial() 2018-11-08 03:59:46 -08:00
namei.c Staging/IIO patches for 4.20-rc1 2018-10-29 10:38:10 -07:00
super.c staging: erofs: {dir,inode,super}.c: rectify BUG_ONs 2018-12-06 16:08:56 +01:00
TODO staging: erofs: update erofs-utils information in TODO 2018-12-06 16:08:56 +01:00
unzip_pagevec.h staging: erofs: unzip_{pagevec.h,vle.c}: rectify BUG_ONs 2018-12-12 10:56:34 +01:00
unzip_vle_lz4.c staging: erofs: fixed -Wmissing-prototype warnings by making functions static. 2019-01-11 10:44:20 +01:00
unzip_vle.c staging: erofs: fixed -Wmissing-prototype warnings by making functions static. 2019-01-11 10:44:20 +01:00
unzip_vle.h staging: erofs: redefine where `owned_workgrp_t' points 2018-12-07 17:10:48 +01:00
utils.c staging: erofs: fixed -Wmissing-prototype warnings by moving prototypes to header file. 2019-01-11 10:44:20 +01:00
xattr.c staging: erofs: simplify return value of `xattr_foreach' 2018-09-20 12:25:36 +02:00
xattr.h staging: erofs: introduce xattr & acl support 2018-07-27 17:24:08 +02:00