Skip to content
Snippets Groups Projects
Commit ed59992e authored by Rakib Mullick's avatar Rakib Mullick Committed by Joel Becker
Browse files

fs,ocfs2: Move o2net_get_func_run_time under CONFIG_OCFS2_FS_STATS.


When CONFIG_DEBUG_FS=y and CONFIG_OCFS2_FS_STATS=n, we get the
following warning:

fs/ocfs2/cluster/tcp.c:213:16: warning: ‘o2net_get_func_run_time’
defined but not used

Since o2net_get_func_run_time is only called from
o2net_update_recv_stats, so move it under CONFIG_OCFS2_FS_STATS.

Signed-off-by: default avatarRakib Mullick <rakib.mullick@gmail.com>
Signed-off-by: default avatarjlbec <jlbec@evilplan.org>
parent 770c4d81
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment