From: Timothy Day Date: Tue, 15 Apr 2025 16:22:36 +0000 (+0000) Subject: LU-18162 obdecho: remove LBUG() from echo_device_init() X-Git-Tag: 2.16.55~62 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=8ec47c389dfdaf323d4ab558432cf3c0d10b00aa;p=fs%2Flustre-release.git 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 --- 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; }