On 07/11, Randy Dunlap wrote: > On 07/09/2018 06:09 PM, Chao Yu wrote: > > On 2018/7/7 11:50, Randy Dunlap wrote: > >> From: Randy Dunlap <rdunlap@xxxxxxxxxxxxx> > >> > >> 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@xxxxxxxxxxxxx> > >> Cc: Jaegeuk Kim <jaegeuk@xxxxxxxxxx> > >> Cc: Chao Yu <yuchao0@xxxxxxxxxx> > >> Cc: linux-f2fs-devel@xxxxxxxxxxxxxxxxxxxxx > > > > Reviewed-by: Chao Yu <yuchao0@xxxxxxxxxx> > > Hi, > Who would you like to merge this patch? or could you do so? Hi Randy, I'll merge it in -next for Linus. Thanks, > > thanks, > -- > ~Randy