16 Nov, 2019

1 commit

  • If PROC_FS is not set, gcc warning this:

    net/tls/tls_proc.c:23:12: warning:
    'tls_statistics_seq_show' defined but not used [-Wunused-function]

    Use #ifdef to guard this.

    Reported-by: Hulk Robot
    Signed-off-by: YueHaibing
    Acked-by: Jakub Kicinski
    Signed-off-by: David S. Miller

    YueHaibing
     

06 Oct, 2019

4 commits