Whamcloud - gitweb
LU-8066 obdecho: remove last user of lprocfs_uuid_seq_show 00/57400/3
authorJames Simmons <jsimmons@infradead.org>
Thu, 12 Dec 2024 16:20:46 +0000 (09:20 -0700)
committerOleg Drokin <green@whamcloud.com>
Sat, 18 Jan 2025 22:05:11 +0000 (22:05 +0000)
commit73a3173f25a4758db15939d2aced5c714589bf44
treec5164602b29bbb52b460fd0ebdbc0f9deb7d780d
parentbed10bb93399971f27295069d82a046cb0995b9a
LU-8066 obdecho: remove last user of lprocfs_uuid_seq_show

The function lprocfs_obd_setup() will by default create a set
of sysfs files. One of those files is uuid. With this being
the case obdecho is creating two uuid files, one in sysfs and
the other in debugfs. We don't need the debugfs version so
remove it. With this change we can remove the last uuid
debugfs / procfs version. Also procfs setup for obdecho is
no longer needed.

Change-Id: I741b8f98ebac83da95255cb6c26b70f9fbce3ef7
Signed-off-by: James Simmons <jsimmons@infradead.org>
Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/57400
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Timothy Day <timday@amazon.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
lustre/include/lprocfs_status.h
lustre/obdclass/lprocfs_status.c
lustre/obdecho/echo.c
lustre/obdecho/echo_client.c