From 8ec47c389dfdaf323d4ab558432cf3c0d10b00aa Mon Sep 17 00:00:00 2001 From: Timothy Day Date: Tue, 15 Apr 2025 16:22:36 +0000 Subject: [PATCH] LU-18162 obdecho: remove LBUG() from echo_device_init() Remove LBUG() from otherwise unimplemented echo_device_init(). Test-Parameters: trivial Signed-off-by: Timothy Day Change-Id: Idd6c507a546d158438f7b74deb451f70ab15a341 Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/58802 Tested-by: jenkins Tested-by: Maloo Reviewed-by: Arshad Hussain Reviewed-by: James Simmons Reviewed-by: Oleg Drokin Reviewed-by: Andreas Dilger --- lustre/obdecho/echo_client.c | 1 - 1 file changed, 1 deletion(-) diff --git a/lustre/obdecho/echo_client.c b/lustre/obdecho/echo_client.c index 96255d7..8f934f6 100644 --- a/lustre/obdecho/echo_client.c +++ b/lustre/obdecho/echo_client.c @@ -768,7 +768,6 @@ out: static int echo_device_init(const struct lu_env *env, struct lu_device *d, const char *name, struct lu_device *next) { - LBUG(); return 0; } -- 1.8.3.1