On 2018/7/7 11:50, Randy Dunlap wrote: > From: Randy Dunlap <[email protected]> > > 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 <[email protected]> > Cc: Jaegeuk Kim <[email protected]> > Cc: Chao Yu <[email protected]> > Cc: [email protected]
Reviewed-by: Chao Yu <[email protected]> Thanks, ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Linux-f2fs-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel
