WSL2-Linux-Kernel/fs/f2fs
Randy Dunlap cb15d1e43d f2fs: fix defined but not used build warnings
Fix build warnings in f2fs when CONFIG_PROC_FS is not enabled
by marking the unused functions as __maybe_unused.

../fs/f2fs/sysfs.c:519:12: warning: 'segment_info_seq_show' defined but not used [-Wunused-function]
../fs/f2fs/sysfs.c:546:12: warning: 'segment_bits_seq_show' defined but not used [-Wunused-function]
../fs/f2fs/sysfs.c:570:12: warning: 'iostat_info_seq_show' defined but not used [-Wunused-function]

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Jaegeuk Kim <jaegeuk@kernel.org>
Cc: Chao Yu <yuchao0@huawei.com>
Cc: linux-f2fs-devel@lists.sourceforge.net
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
2018-08-01 11:52:36 -07:00
..
Kconfig
Makefile
acl.c
acl.h
checkpoint.c f2fs: fix to do sanity check with block address in main area 2018-08-01 11:52:32 -07:00
data.c f2fs: fix to do sanity check with block address in main area 2018-08-01 11:52:32 -07:00
debug.c f2fs: Allocate and stat mem used by free nid bitmap more accurately 2018-07-28 18:23:26 -07:00
dir.c f2fs: clean up symbol namespace 2018-05-31 11:31:53 -07:00
extent_cache.c f2fs: clean up symbol namespace 2018-05-31 11:31:53 -07:00
f2fs.h f2fs: fix to do sanity check with block address in main area 2018-08-01 11:52:32 -07:00
file.c f2fs: fix to do sanity check with block address in main area 2018-08-01 11:52:32 -07:00
gc.c f2fs: fix to skip GC if type in SSA and SIT is inconsistent 2018-07-28 18:26:08 -07:00
gc.h f2fs: introduce sbi->gc_mode to determine the policy 2018-05-31 11:31:51 -07:00
hash.c
inline.c f2fs: fix to do sanity check with reserved blkaddr of inline inode 2018-07-28 18:26:08 -07:00
inode.c f2fs: fix to do sanity check with block address in main area 2018-08-01 11:52:32 -07:00
namei.c f2fs: Replace strncpy with memcpy 2018-07-28 18:26:08 -07:00
node.c f2fs: fix to do sanity check with block address in main area 2018-08-01 11:52:32 -07:00
node.h f2fs: support in-memory inode checksum when checking consistency 2018-07-27 18:03:59 +09:00
recovery.c f2fs: fix to detect looped node chain correctly 2018-08-01 11:52:36 -07:00
segment.c f2fs: fix to correct return value of f2fs_trim_fs 2018-07-27 18:03:59 +09:00
segment.h f2fs: fix to do sanity check with block address in main area 2018-08-01 11:52:32 -07:00
shrinker.c f2fs: clean up symbol namespace 2018-05-31 11:31:53 -07:00
super.c f2fs: enable real-time discard by default 2018-08-01 11:52:36 -07:00
sysfs.c f2fs: fix defined but not used build warnings 2018-08-01 11:52:36 -07:00
trace.c
trace.h
xattr.c f2fs: clean up symbol namespace 2018-05-31 11:31:53 -07:00
xattr.h